SKGLLayer.DrawInCGLContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws the OpenGL content for the specified time.
public override void DrawInCGLContext(OpenGL.CGLContext glContext, OpenGL.CGLPixelFormat pixelFormat, double timeInterval, ref CoreVideo.CVTimeStamp timeStamp);
Parameters
- glContext
- CGLContext
The rendering context in to which the OpenGL content should be rendered.
- pixelFormat
- CGLPixelFormat
The pixel format used when the context was created.
- timeInterval
- Double
The current layer time.
- timeStamp
- CVTimeStamp
The display timestamp associated with the time interval. Can be null.