GetShaderIndices Data Member Function

Populates an <Int32Array> with enumerated constants for each active shader stage. This refers to the ShaderStage enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

int32 GetShaderIndices( Int32Array p_aiIndices )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_aiIndicesA pointer to an <Int32Array> that stores the enumerated constants.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.