Removes the <GlslQualifierNode> of the indicated type if it is resident in the <QualifierList> object.
int32 RemoveQualifier( QualifierList p_oQualifierList, int32 p_eGlslQualifier )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <QualifierList> | p_oQualifierList | A pointer to the <QualifierList> object you wish to modify. |
| int32 | p_eGlslQualifier | The GLSL qualifier you wish to add to, or remove from, the <QualifierList>. This value 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.