GetSamplerTypes Data Member Function

Populates a <StrList> with sampler type names and an <Int32Array> with indices of the type names. These values refer to the SamplerType enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Prototype

int32 GetSamplerTypes( StrList p_slSamplerTypes, Int32Array p_aiSamplerTypeIndices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slSamplerTypesA pointer to the <StrList> you wish to populate with sampler type names.
<Int32Array>p_aiSamplerTypeIndicesThe <Int32Array> you wish to populate with sampler type indices.

Examples

Copy Text To Clipboard

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