texture3D

Element Information

Model

Children: param, value

Attributes

QName Type Fixed Default Use Inheritable Annotation
index gl_max_texture_image_units_index_type required

Source

<xs:element name="texture3D">
  <xs:complexType>
    <xs:choice>
      <xs:element name="value" type="fx_sampler3D_type"/>
      <xs:element name="param" type="xs:NCName"/>
    </xs:choice>
    <xs:attribute name="index" type="gl_max_texture_image_units_index_type" use="required"/>
  </xs:complexType>
</xs:element>

Sample