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