| NamecgIsParameterGlobal - determine if a parameter is global Synopsis
#include <Cg/cg.h>
CGbool cgIsParameterGlobal( CGparameter param );
 Parameters
param
The parameter handle to check.
 Return ValuesReturns CG_TRUE if param is global. Returns CG_FALSE otherwise. Description
cgIsParameterGlobal returns CG_TRUE if param is a global parameter and
CG_FALSE otherwise.
 Examplesto-be-written ErrorsCG_INVALID_PARAM_HANDLE_ERROR is generated if param is not a valid parameter. HistorycgIsParameterGlobal was introduced in Cg 1.2. See Also
cgCreateParameter,
cgIsParameter,
cgIsParameterReferenced,
cgIsParameterUsed
 |