Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoCglPixelFormat.c File Reference

Description

VuoCglPixelFormat implementation.

Functions

char * VuoCglPixelFormat_getAttributeText (CGLPixelFormatAttribute a)
 Returns a string containing a verbal description of the specified CGLPixelFormatAttribute code.
 
void VuoCglPixelFormat_logDiff (CGLPixelFormatObj a, CGLPixelFormatObj b)
 Logs the differences between two pixel formats.
 
char * VuoCglRenderer_getText (int rendererID)
 Returns a string containing a verbal description of the specified OpenGL rendererID (kCGLCPCurrentRendererID).
 

Function Documentation

char* VuoCglPixelFormat_getAttributeText ( CGLPixelFormatAttribute  a)

Returns a string containing a verbal description of the specified CGLPixelFormatAttribute code.

The caller is responsible for freeing the returned string.

void VuoCglPixelFormat_logDiff ( CGLPixelFormatObj  a,
CGLPixelFormatObj  b 
)

Logs the differences between two pixel formats.

char* VuoCglRenderer_getText ( int  rendererID)

Returns a string containing a verbal description of the specified OpenGL rendererID (kCGLCPCurrentRendererID).

The caller is responsible for freeing the returned string.