shaderLanguageValues

Simple Type Information

Source

<xs:simpleType name="shaderLanguageValues">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Shaders"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>Permitted values for the language field in shader nodes, which can include "Cg" "GLSL" "HLSL". Unbounded, additional values are possible.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shaders.html#X3DShaderNode"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Cg"/>
    <xs:enumeration value="GLSL"/>
    <xs:enumeration value="HLSL"/>
  </xs:restriction>
</xs:simpleType>