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_EXT_provoking_vertex" number="364">
10bf215546Sopenharmony_ci
11bf215546Sopenharmony_ci    <enum name="FIRST_VERTEX_CONVENTION_EXT"                  value="0x8E4D"/>
12bf215546Sopenharmony_ci    <enum name="LAST_VERTEX_CONVENTION_EXT"                   value="0x8E4E"/>
13bf215546Sopenharmony_ci    <enum name="PROVOKING_VERTEX_EXT"                         value="0x8E4F"/>
14bf215546Sopenharmony_ci    <enum name="QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT" value="0x8E4C"/>
15bf215546Sopenharmony_ci
16bf215546Sopenharmony_ci    <function name="ProvokingVertexEXT" alias="ProvokingVertex">
17bf215546Sopenharmony_ci        <param name="mode" type="GLenum"/>
18bf215546Sopenharmony_ci    </function>
19bf215546Sopenharmony_ci
20bf215546Sopenharmony_ci</category>
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_ci<category name="GL_ARB_provoking_vertex" number="64">
23bf215546Sopenharmony_ci
24bf215546Sopenharmony_ci    <enum name="FIRST_VERTEX_CONVENTION"                  value="0x8E4D"/>
25bf215546Sopenharmony_ci    <enum name="LAST_VERTEX_CONVENTION"                   value="0x8E4E"/>
26bf215546Sopenharmony_ci    <enum name="PROVOKING_VERTEX"                         value="0x8E4F"/>
27bf215546Sopenharmony_ci    <enum name="QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION" value="0x8E4C"/>
28bf215546Sopenharmony_ci
29bf215546Sopenharmony_ci    <function name="ProvokingVertex" exec="dlist">
30bf215546Sopenharmony_ci        <param name="mode" type="GLenum"/>
31bf215546Sopenharmony_ci    </function>
32bf215546Sopenharmony_ci
33bf215546Sopenharmony_ci</category>
34bf215546Sopenharmony_ci
35bf215546Sopenharmony_ci</OpenGLAPI>
36