Cg Core Runtime API cgGetAutoCompile(3)
NAME
cgGetAutoCompile - get the auto-compile enumerant for a
context
SYNOPSIS
#include
CGenum cgGetAutoCompile( CGcontext context );
PARAMETERS
context The context.
RETURN VALUES
Returns the auto-compile enumerant for context.
Returns CGUNKNOWN if context is not a valid context.
DESCRIPTION
cgGetAutoCompile returns the auto-compile enumerant for
context. See cgSetAutoCompile for more information.
EXAMPLES
to-be-written
ERORS
CGINVALIDCONTEXTHANDLEROR is generated if context is
not a valid context.
HISTORY
cgGetAutoCompile was introduced in Cg 1.4.
SEE ALSO
cgSetAutoCompile
Cg Toolkit 2.1 Last change: 1
|