1bf215546Sopenharmony_ci<?xml version="1.0"?> 2bf215546Sopenharmony_ci<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> 3bf215546Sopenharmony_ci 4bf215546Sopenharmony_ci<!-- Note: no GLX protocol info yet. --> 5bf215546Sopenharmony_ci 6bf215546Sopenharmony_ci 7bf215546Sopenharmony_ci<OpenGLAPI> 8bf215546Sopenharmony_ci 9bf215546Sopenharmony_ci<category name="GL_ARB_instanced_arrays" number="49"> 10bf215546Sopenharmony_ci 11bf215546Sopenharmony_ci <enum name="VERTEX_ATTRIB_ARRAY_DIVISOR_ARB" value="0x88FE"/> 12bf215546Sopenharmony_ci 13bf215546Sopenharmony_ci <function name="VertexAttribDivisorARB" alias="VertexAttribDivisor"> 14bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 15bf215546Sopenharmony_ci <param name="divisor" type="GLuint"/> 16bf215546Sopenharmony_ci </function> 17bf215546Sopenharmony_ci 18bf215546Sopenharmony_ci <function name="VertexArrayVertexAttribDivisorEXT" 19bf215546Sopenharmony_ci marshal_call_after="if (COMPAT) _mesa_glthread_AttribDivisor(ctx, &vaobj, VERT_ATTRIB_GENERIC(index), divisor);"> 20bf215546Sopenharmony_ci <param name="vaobj" type="GLuint"/> 21bf215546Sopenharmony_ci <param name="index" type="GLuint"/> 22bf215546Sopenharmony_ci <param name="divisor" type="GLuint"/> 23bf215546Sopenharmony_ci </function> 24bf215546Sopenharmony_ci 25bf215546Sopenharmony_ci</category> 26bf215546Sopenharmony_ci 27bf215546Sopenharmony_ci 28bf215546Sopenharmony_ci</OpenGLAPI> 29