rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man4 / glVertexBindingDivisor.xml
CommitLineData
7faf1d71
AW
1<?xml version="1.0" encoding="UTF-8"?>\r
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"\r
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">\r
4<refentry id="glVertexBindingDivisor">\r
5 <refmeta>\r
6 <refmetainfo>\r
7 <copyright>\r
8 <year>2012</year>\r
9 <holder>Khronos Group</holder>\r
10 </copyright>\r
11 </refmetainfo>\r
12 <refentrytitle>glVertexBindingDivisor</refentrytitle>\r
13 <manvolnum>3G</manvolnum>\r
14 </refmeta>\r
15 <refnamediv>\r
16 <refname>glVertexBindingDivisor</refname>\r
17 <refpurpose>modify the rate at which generic vertex attributes advance</refpurpose>\r
18 </refnamediv>\r
19 <refsynopsisdiv><title>C Specification</title>\r
20 <funcsynopsis>\r
21 <funcprototype>\r
22 <funcdef>void <function>glVertexBindingDivisor</function></funcdef>\r
23 <paramdef>GLuint <parameter>bindingindex</parameter></paramdef>\r
24 <paramdef>GLuint <parameter>divisor</parameter></paramdef>\r
25 </funcprototype>\r
26 </funcsynopsis>\r
27 </refsynopsisdiv>\r
28 <refsect1 id="parameters"><title>Parameters</title>\r
29 <variablelist>\r
30 <varlistentry>\r
31 <term><parameter>bindingindex</parameter></term>\r
32 <listitem>\r
33 <para>\r
34 The index of the binding whose divisor to modify.\r
35 </para>\r
36 </listitem>\r
37 </varlistentry>\r
38 <varlistentry>\r
39 <term><parameter>divisor</parameter></term>\r
40 <listitem>\r
41 <para>\r
42 The new value for the instance step rate to apply.\r
43 </para>\r
44 </listitem>\r
45 </varlistentry>\r
46 </variablelist>\r
47 </refsect1>\r
48 <refsect1 id="description"><title>Description</title>\r
49 <para>\r
50 <function>glVertexBindingDivisor</function>, modifies the rate at which generic vertex attributes advance when\r
51 rendering multiple instances of primitives in a single draw command. If\r
52 <parameter>divisor</parameter> is zero, the attributes using the buffer bound to <parameter>bindingindex</parameter>\r
53 advance once per vertex. If <parameter>divisor</parameter> is non-zero, the attributes advance\r
54 once per <parameter>divisor</parameter> instances of the set(s) of vertices being rendered. An\r
55 attribute is referred to as <emphasis>instanced</emphasis> if the corresponding <parameter>divisor</parameter>\r
56 value is non-zero.\r
57 </para>\r
58 </refsect1>\r
59 <refsect1 id="errors"><title>Errors</title>\r
60 <para>\r
61 <constant>GL_INVAILD_VALUE</constant> is generated if <parameter>bindingindex</parameter> is greater than\r
62 or equal to the value of <constant>GL_MAX_VERTEX_ATTRIB_BINDINGS</constant>.\r
63 </para>\r
64 <para>\r
65 <constant>GL_INVALID_OPERATION</constant> is generated if no vertex array object is bound.\r
66 </para>\r
67 </refsect1>\r
68 <refsect1 id="associatedgets"><title>Associated Gets</title>\r
69 <para>\r
70 <citerefentry><refentrytitle>glGet</refentrytitle></citerefentry> with arguments <constant>GL_MAX_VERTEX_ATTRIB_BINDINGS</constant>,\r
71 <constant>GL_VERTEX_BINDING_DIVISOR</constant>.\r
72 </para>\r
73 </refsect1>\r
74 <refsect1 id="seealso"><title>See Also</title>\r
75 <para>\r
76 <citerefentry><refentrytitle>glBindVertexBuffer</refentrytitle></citerefentry>,\r
77 <citerefentry><refentrytitle>glVertexAttribBinding</refentrytitle></citerefentry>,\r
78 <citerefentry><refentrytitle>glVertexAttribPointer</refentrytitle></citerefentry>,\r
79 <citerefentry><refentrytitle>glVertexBindingDivisor</refentrytitle></citerefentry>,\r
80 <citerefentry><refentrytitle>glVertexAttribPointer</refentrytitle></citerefentry>.\r
81 </para>\r
82 </refsect1>\r
83 <refsect1 id="Copyright"><title>Copyright</title>\r
84 <para>\r
85 Copyright <trademark class="copyright"></trademark> 2012 Khronos Group. \r
86 This material may be distributed subject to the terms and conditions set forth in \r
87 the Open Publication License, v 1.0, 8 June 1999.\r
88 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.\r
89 </para>\r
90 </refsect1>\r
91</refentry>\r