Edit

SKGLLayer.DrawInCGLContext Method

Definition

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.

Applies to