program

A vertex_shader and fragment_shader are linked together to produce a OpenGL ES 2 program.

Element Information

Model

Source

<xs:element name="program" type="gles2_program_type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A vertex_shader and fragment_shader are linked together to produce a OpenGL ES 2 program.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample