Cg Core Runtime API cgIsParameterGlobal(3)
NAME
cgIsParameterGlobal - determine if a parameter is global
SYNOPSIS
#include
CGbool cgIsParameterGlobal( CGparameter param );
PARAMETERS
param The parameter handle to check.
RETURN VALUES
Returns CGTRUE if param is global.
Returns CGFALSE otherwise.
DESCRIPTION
cgIsParameterGlobal returns CGTRUE if param is a global
parameter and CGFALSE otherwise.
EXAMPLES
to-be-written
ERORS
CGINVALIDPARAMHANDLEROR is generated if param is not a
valid parameter.
HISTORY
cgIsParameterGlobal was introduced in Cg 1.2.
SEE ALSO
cgCreateParameter, cgIsParameter, cgIsParameterReferenced,
cgIsParameterUsed
Cg Toolkit 2.1 Last change: 1
|