Vuo  1.2.8
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. More...
 
void VuoCglPixelFormat_logDiff (CGLPixelFormatObj a, CGLPixelFormatObj b)
 Logs the differences between two pixel formats. More...
 
char * VuoCglRenderer_getText (int rendererID)
 Returns a string containing a verbal description of the specified OpenGL rendererID (kCGLCPCurrentRendererID). More...
 

Function Documentation

◆ VuoCglPixelFormat_getAttributeText()

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.

◆ VuoCglPixelFormat_logDiff()

void VuoCglPixelFormat_logDiff ( CGLPixelFormatObj  a,
CGLPixelFormatObj  b 
)

Logs the differences between two pixel formats.

◆ VuoCglRenderer_getText()

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.