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.
1 parent f07028d commit 466d34cCopy full SHA for 466d34c
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