GetSupportedFormatQualifiers Data Member Function

Populates an <Int32Array> with image format qualifiers such as 'r32f' and 'rgba8i' that are supported by the specified shading language version.

Prototype

int32 GetSupportedFormatQualifiers( int32 p_eVersion, Int32Array p_aeQualifiers )

Parameters

Parameter Type Parameter Name Documentation
int32p_eVersionThis parameter refers to the ShadingLanguageVersion enum. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
<Int32Array>p_aeQualifiersA pointer to an <Int32Array> that stores the supported image format qualifiers. This refers to the GLSL_Qualifier enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

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