| type | restriction of xs:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="shaderLanguageValues"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Shaders"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Suggested values for the language field in shader nodes include "Cg" "GLSL" "HLSL", other values are optionally supported by browsers. Used to optionally determine the language type if no MIME-type information is available. Unbounded, additional values are possible. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shaders.html#X3DShaderNode"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Cg"/> <xs:enumeration value="GLSL"/> <xs:enumeration value="HLSL"/> </xs:restriction> </xs:simpleType> |