Vuo  2.0.0
VuoCglPixelFormat.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include <OpenGL/CGLTypes.h>
16 
17 char *VuoCglPixelFormat_getAttributeText(CGLPixelFormatAttribute a);
18 void VuoCglPixelFormat_logDiff(CGLPixelFormatObj a, CGLPixelFormatObj b);
19 
20 char *VuoCglRenderer_getText(int rendererID);
21 
22 #ifdef __cplusplus
23 }
24 #endif