Home | History | Annotate | Download | only in gen
      1 <?xml version="1.0"?>
      2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
      3 
      4 <!-- Note: no GLX protocol info yet. -->
      5 
      6 
      7 <OpenGLAPI>
      8 
      9 <category name="GL_ARB_instanced_arrays" number="49">
     10 
     11   <enum name="VERTEX_ATTRIB_ARRAY_DIVISOR_ARB" value="0x88FE"/>
     12 
     13   <function name="VertexAttribDivisorARB" offset="assign">
     14     <param name="index" type="GLuint"/>
     15     <param name="divisor" type="GLuint"/>
     16   </function>
     17 
     18 </category>
     19 
     20 
     21 </OpenGLAPI>
     22