RemoveQualifier Data Member Function

Removes the <GlslQualifierNode> of the indicated type if it is resident in the <QualifierList> object.

Prototype

int32 RemoveQualifier( QualifierList p_oQualifierList, int32 p_eGlslQualifier )

Parameters

Parameter Type Parameter Name Documentation
<QualifierList>p_oQualifierListA pointer to the <QualifierList> object you wish to modify.
int32p_eGlslQualifierThe GLSL qualifier you wish to add to, or remove from, the <QualifierList>. This value 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.