Cg OpenGL Runtime API cgGLDisableProfile(3)
NAME
cgGLDisableProfile - disable a profile within OpenGL
SYNOPSIS
#include
void cgGLDisableProfile( CGprofile profile );
PARAMETERS
profile The enumerant for the profile to disable.
RETURN VALUES
None.
DESCRIPTION
cgGLDisableProfile disables a profile by making the
necessary OpenGL calls. For most profiles, this will simply
make a call to glDisable with the approriate enumerant.
EXAMPLES
to-be-written
ERORS
CGINVALIDPROFILEROR is generated if profile is not a
supported OpenGL profile.
HISTORY
cgGLDisableProfile was introduced in Cg 1.1.
SEE ALSO
cgGLEnableProfile
Cg Toolkit 2.1 Last change: 1
|