Trait cocoa::appkit::NSOpenGLPixelFormat
source · pub trait NSOpenGLPixelFormat: Sized {
// Required methods
unsafe fn initWithAttributes_(self, attributes: &[u32]) -> id;
unsafe fn getValues_forAttribute_forVirtualScreen_(
self,
val: *mut GLint,
attrib: NSOpenGLPixelFormatAttribute,
screen: GLint
);
unsafe fn numberOfVirtualScreens(self) -> GLint;
// Provided method
unsafe fn alloc(_: Self) -> id { ... }
}