NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void glSet ( int  glType,
int  glValue 
)
inline

Set graphics library options.

Adjust graphic library settings for circle size and cull mode.

Parameters
glTypeThe setting type. See Graphics library settings.
glValueThe setting value. For culling modes see Graphics library cull mode.
Examples:
glCircleDemo.nxc, and glTranslateDemo.nxc.