Java class for gles_texcombiner_operatorAlpha_enums.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="gles_texcombiner_operatorAlpha_enums">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="REPLACE"/>
<enumeration value="MODULATE"/>
<enumeration value="ADD"/>
<enumeration value="ADD_SIGNED"/>
<enumeration value="INTERPOLATE"/>
<enumeration value="SUBTRACT"/>
</restriction>
</simpleType>
|