Java class for gles_texcombiner_operandRGB_enums.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="gles_texcombiner_operandRGB_enums">
<restriction base="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type">
<enumeration value="SRC_COLOR"/>
<enumeration value="ONE_MINUS_SRC_COLOR"/>
<enumeration value="SRC_ALPHA"/>
<enumeration value="ONE_MINUS_SRC_ALPHA"/>
</restriction>
</simpleType>
|