[][src]Trait cocoa::appkit::NSOpenGLPixelFormat

pub trait NSOpenGLPixelFormat: Sized {
    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; unsafe fn alloc(_: Self) -> id { ... } }

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

Loading content...

Provided methods

unsafe fn alloc(_: Self) -> id

Loading content...

Implementors

impl NSOpenGLPixelFormat for id[src]

Loading content...