We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f07028d + 466d34c commit 851ca1bCopy full SHA for 851ca1b
src/cgl.rs
@@ -119,7 +119,7 @@ extern {
119
pix_num: GLint,
120
attrib: CGLPixelFormatAttribute,
121
value: *mut GLint) -> CGLError;
122
- pub fn CGLDestroyPixelFormat(pix: CGLPixelFormatObj);
+ pub fn CGLDestroyPixelFormat(pix: CGLPixelFormatObj) -> CGLError;
123
124
// Context functions
125
pub fn CGLCreateContext(pix: CGLPixelFormatObj, share: CGLContextObj, ctx: *mut CGLContextObj) ->
0 commit comments