Returns the index of the qualifier name provided, which refers to its location in the list of qualifiers. This string should be a GLSL qualifier such as 'location' or 'uniform'.
int32 GetQualifierIndexByName( string p_sQualifierName )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sQualifierName | The name of the qualifier for which you wish to return an index. |
None published. Please look for an example in the Simdify Scripting Language code base.