Java class for gles_sampler_wrap.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="gles_sampler_wrap">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="REPEAT"/>
<enumeration value="CLAMP"/>
<enumeration value="CLAMP_TO_EDGE"/>
<enumeration value="MIRRORED_REPEAT"/>
</restriction>
</simpleType>
|