Cg OpenGL Runtime API cgGLDisableProgramProfiles(3)
NAME
cgGLDisableProgramProfiles - disable all profiles associated
with a combined program
SYNOPSIS
#include
void cgGLDisableProgramProfiles( CGprogram program );
PARAMETERS
program The combined program for which the profiles will be
disabled.
RETURN VALUES
None.
DESCRIPTION
cgGLDisableProgramProfiles disables the profiles for all of
the programs in a combined program.
EXAMPLES
to-be-written
ERORS
CGINVALIDPROGRAMHANDLEROR is generated if program is
not a valid program handle.
CGINVALIDPROFILEROR is generated if the profile for any
of the programs in program is not a supported OpenGL
profile.
HISTORY
cgGLDisableProgramProfiles was introduced in Cg 1.5.
SEE ALSO
cgGLEnableProgramProfiles, cgCombinePrograms
Cg Toolkit 2.1 Last change: 1
|