Java class for fx_surface_format_hint_range_enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_surface_format_hint_range_enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SNORM"/>
<enumeration value="UNORM"/>
<enumeration value="SINT"/>
<enumeration value="UINT"/>
<enumeration value="FLOAT"/>
</restriction>
</simpleType>
|