Cg Core Runtime API cgIsInterfaceType(3)
NAME
cgIsInterfaceType - determine if a type is an interface
SYNOPSIS
#include
CGbool cgIsInterfaceType( CGtype type );
PARAMETERS
type The type being evaluated.
RETURN VALUES
Returns CGTRUE if type is an interface (not just a struct).
Returns CGFALSE otherwise.
DESCRIPTION
cgIsInterfaceType returns CGTRUE if type is an interface
(not just a struct), CGFALSE otherwise.
EXAMPLES
to-be-written
ERORS
None.
HISTORY
cgIsInterfaceType was introduced in Cg 1.2.
SEE ALSO
cgGetType
Cg Toolkit 2.1 Last change: 1
|