siXGSStateType

Description

XGS state types defined for the Graphic Sequencer.

Constant Value Description
siXGSUnknown 0 Unknown type.
siXGSInteger 1 Integer state type.
siXGSFloat 2 Float state type.
siXGSHandle 3 Handle state type.
siXGSVector4 4 Vector4 state type.
siXGSMatrix4 5 Matrix4 state type.

Applies To

CGraphicSequencer::CreateState CGraphicSequencer::DeleteState CGraphicSequencer::GetNbStates CGraphicSequencer::GetStateHandle CGraphicSequencer::GetStateValue CGraphicSequencer::SetStateValue

See Also

CGraphicSequencer