Populates an <Int32Array> with image format qualifiers such as 'r32f' and 'rgba8i' that are supported by the specified shading language version.
int32 GetSupportedFormatQualifiers( int32 p_eVersion, Int32Array p_aeQualifiers )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_eVersion | This parameter refers to the ShadingLanguageVersion enum. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
| <Int32Array> | p_aeQualifiers | A pointer to an <Int32Array> that stores the supported image format qualifiers. This refers to the GLSL_Qualifier enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
None published. Please look for an example in the Simdify Scripting Language code base.