Skip to content

Commit

Permalink
Merge pull request BSVino#79 from deadshot465/patch-1
Browse files Browse the repository at this point in the history
Add GL_INVALID_OPERATION error.
  • Loading branch information
BSVino authored Dec 30, 2019
2 parents cb2758a + bf0db73 commit dd2c871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gl4/glVertexAttribDivisor.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
<code class="constant">GL_INVALID_VALUE</code> is generated if <em class="parameter"><code>index</code></em> is greater
than or equal to the value of <code class="constant">GL_MAX_VERTEX_ATTRIBS</code>.
</p>
<p>
<code class="constant">GL_INVALID_OPERATION</code> is generated if no vertex array object is bound.
</p>
</div>
{$pipelinestall}{$examples}
<div class="refsect1" id="versions">
Expand Down

0 comments on commit dd2c871

Please sign in to comment.