Returns whether the image data can be rendered into the provided CGL context. (required)
Original signature is '- (BOOL) canRenderWithCGLContext:(CGLContextObj)cgl_ctx'
Available in Mac OS X v10.5 and later.


- cgl_ctx (IntPtr)
- MISSING

YES if the image can be rendered into this CGL context; otherwise NO, in which case renderToBuffer:withBytesPerRow:pixelFormat:forBounds: is called.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)