NAME
cgIsInterfaceType - determine if a type is an interface
SYNOPSIS
#include <Cg/cg.h> CGbool cgIsInterfaceType(CGtype type);PARAMETERS
- type
Specifies the type being evaluated.
DESCRIPTION
cgIsInterfaceType returns CG_TRUE if type is an interface (not just a struct), CG_FALSE otherwise.
ERRORS
SEE ALSO