GetQualifierIndexByName Data Member Function

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'.

Prototype

int32 GetQualifierIndexByName( string p_sQualifierName )

Parameters

Parameter Type Parameter Name Documentation
stringp_sQualifierNameThe name of the qualifier for which you wish to return an index.

Examples

Copy Text To Clipboard

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