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