NSOpenGLLayer.CanDraw 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.
[Foundation.Export("canDrawInOpenGLContext:pixelFormat:forLayerTime:displayTime:")]
public virtual bool CanDraw (AppKit.NSOpenGLContext context, AppKit.NSOpenGLPixelFormat pixelFormat, double t, ref CoreVideo.CVTimeStamp ts);
abstract member CanDraw : AppKit.NSOpenGLContext * AppKit.NSOpenGLPixelFormat * double * -> bool
override this.CanDraw : AppKit.NSOpenGLContext * AppKit.NSOpenGLPixelFormat * double * -> bool
Parameters
- context
- NSOpenGLContext
- pixelFormat
- NSOpenGLPixelFormat
- t
- Double
- ts
- CVTimeStamp
Returns
- Attributes