Java class for fx_surface_format_hint_option_enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_surface_format_hint_option_enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SRGB_GAMMA"/>
<enumeration value="NORMALIZED3"/>
<enumeration value="NORMALIZED4"/>
<enumeration value="COMPRESSABLE"/>
</restriction>
</simpleType>
|