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<OpenGLAPI>
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci<category name="GL_ARB_multi_bind" number="147">
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ci    <function name="BindBuffersBase">
11bf215546Sopenharmony_ci        <param name="target" type="GLenum"/>
12bf215546Sopenharmony_ci        <param name="first" type="GLuint"/>
13bf215546Sopenharmony_ci        <param name="count" type="GLsizei"/>
14bf215546Sopenharmony_ci        <param name="buffers" type="const GLuint *" count="count"/>
15bf215546Sopenharmony_ci    </function>
16bf215546Sopenharmony_ci
17bf215546Sopenharmony_ci    <function name="BindBuffersRange">
18bf215546Sopenharmony_ci        <param name="target" type="GLenum"/>
19bf215546Sopenharmony_ci        <param name="first" type="GLuint"/>
20bf215546Sopenharmony_ci        <param name="count" type="GLsizei"/>
21bf215546Sopenharmony_ci        <param name="buffers" type="const GLuint *" count="count"/>
22bf215546Sopenharmony_ci        <param name="offsets" type="const GLintptr *" count="count"/>
23bf215546Sopenharmony_ci        <param name="sizes" type="const GLsizeiptr *" count="count"/>
24bf215546Sopenharmony_ci    </function>
25bf215546Sopenharmony_ci
26bf215546Sopenharmony_ci    <function name="BindTextures" no_error="true">
27bf215546Sopenharmony_ci        <param name="first" type="GLuint"/>
28bf215546Sopenharmony_ci        <param name="count" type="GLsizei"/>
29bf215546Sopenharmony_ci        <param name="textures" type="const GLuint *" count="count"/>
30bf215546Sopenharmony_ci    </function>
31bf215546Sopenharmony_ci
32bf215546Sopenharmony_ci    <function name="BindSamplers" no_error="true">
33bf215546Sopenharmony_ci        <param name="first" type="GLuint"/>
34bf215546Sopenharmony_ci        <param name="count" type="GLsizei"/>
35bf215546Sopenharmony_ci        <param name="samplers" type="const GLuint *" count="count"/>
36bf215546Sopenharmony_ci    </function>
37bf215546Sopenharmony_ci
38bf215546Sopenharmony_ci    <function name="BindImageTextures" no_error="true">
39bf215546Sopenharmony_ci        <param name="first" type="GLuint"/>
40bf215546Sopenharmony_ci        <param name="count" type="GLsizei"/>
41bf215546Sopenharmony_ci        <param name="textures" type="const GLuint *" count="count"/>
42bf215546Sopenharmony_ci    </function>
43bf215546Sopenharmony_ci
44bf215546Sopenharmony_ci    <function name="BindVertexBuffers" no_error="true">
45bf215546Sopenharmony_ci        <param name="first" type="GLuint"/>
46bf215546Sopenharmony_ci        <param name="count" type="GLsizei"/>
47bf215546Sopenharmony_ci        <param name="buffers" type="const GLuint *" count="count"/>
48bf215546Sopenharmony_ci        <param name="offsets" type="const GLintptr *" count="count"/>
49bf215546Sopenharmony_ci        <param name="strides" type="const GLsizei *" count="count"/>
50bf215546Sopenharmony_ci    </function>
51bf215546Sopenharmony_ci
52bf215546Sopenharmony_ci</category>
53bf215546Sopenharmony_ci</OpenGLAPI>
54