GetQualifierNodes Data Member Function

Populates a <NodeBuffer> object with all <GlslQualifierNode> objects resident in the <QualifierList>. <Node> objects not of type <GlslQualifierNode> are ignored and NOT added to the <List>.

Prototype

int32 GetQualifierNodes( QualifierList p_oQualifierList, NodeBuffer p_apBuffer )

Parameters

Parameter Type Parameter Name Documentation
<QualifierList>p_oQualifierListA pointer to the <QualifierList> object you wish to search for <GlslQualifierNode> objects that represent any GLSL qualifier.
<NodeBuffer>p_apBufferA pointer to the <List> object you wish to populate with <GlslQualifierNode> objects resident in the <QualifierList> object.

Examples

Copy Text To Clipboard

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