NAME
cgIsTechnique - determine if a technique handle references a valid technique
SYNOPSIS
#include <Cg/cg.h> CGbool cgIsTechnique( CGtechnique tech );PARAMETERS
- tech
The technique handle to check.
RETURN VALUES
to-be-written
DESCRIPTION
cgIsTechnique returns CG_TRUE if tech references a valid technique, CG_FALSE otherwise.
EXAMPLES
to-be-written
ERRORS
cgIsTechnique does not generate any errors.
HISTORY
cgIsTechnique was introduced in Cg 1.4.
SEE ALSO