Vuo  2.3.2
Functions
VuoCglPixelFormat.c File Reference

Description

VuoCglPixelFormat implementation.

Definition in file VuoCglPixelFormat.c.

Go to the source code of this file.

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.

Definition at line 28 of file VuoCglPixelFormat.c.

◆ VuoCglPixelFormat_logDiff()

void VuoCglPixelFormat_logDiff ( CGLPixelFormatObj  a,
CGLPixelFormatObj  b 
)

Logs the differences between two pixel formats.

Definition at line 83 of file VuoCglPixelFormat.c.

◆ 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.

Definition at line 172 of file VuoCglPixelFormat.c.