Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion es3/glIsVertexArray.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<code class="function">glIsVertexArray</code> returns <code class="constant">GL_TRUE</code> if <em class="parameter"><code>array</code></em> is currently the name of a vertex array
object. If <em class="parameter"><code>array</code></em> is zero, or if <em class="parameter"><code>array</code></em> is not the name of a vertex array object, or if an error
occurs, <code class="function">glIsVertexArray</code> returns <code class="constant">GL_FALSE</code>. If <em class="parameter"><code>array</code></em> is a name returned by
<a class="citerefentry" href="glGenVertexArrays"><span class="citerefentry"><span class="refentrytitle">glGenVertexArrays</span></span></a>, by that has not yet been bound through a call to
<a class="citerefentry" href="glGenVertexArrays"><span class="citerefentry"><span class="refentrytitle">glGenVertexArrays</span></span></a>, but that has not yet been bound through a call to
<a class="citerefentry" href="glBindVertexArray"><span class="citerefentry"><span class="refentrytitle">glBindVertexArray</span></span></a>, then the name is not a vertex array object and
<code class="function">glIsVertexArray</code> returns <code class="constant">GL_FALSE</code>.
</p>
Expand Down