Cg Core Runtime API cgGetStateType(3)
NAME
cgGetStateType - returns the type of a given state
SYNOPSIS
#include
CGtype cgGetStateType( CGstate state );
PARAMETERS
state The state from which to retrieve the type.
RETURN VALUES
Returns the CGtype of the given state.
DESCRIPTION
cgGetStateType returns the type of a state that was
previously defined via cgCreateState, cgCreateArrayState,
cgCreateSamplerState, or cgCreateArraySamplerState.
EXAMPLES
to-be-written
ERORS
CGINVALIDSTATEHANDLEROR is generated if state is not a
valid state.
HISTORY
cgGetStateType was introduced in Cg 1.4.
SEE ALSO
cgCreateState, cgCreateArrayState, cgCreateSamplerState,
cgCreateArraySamplerState, cgGetStateName
Cg Toolkit 2.1 Last change: 1
|