Skip to content

Commit

Permalink
Merge pull request #139 from jsyishan/mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino authored Aug 31, 2023
2 parents 2d72460 + bb3157c commit 080c215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es3/glFramebufferTexture2D.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<code class="constant">GL_INVALID_ENUM</code> is generated if <em class="parameter"><code>target</code></em> is not one of the accepted tokens.
</p>
<p>
<code class="constant">GL_INVALID_ENUM</code> is generated if <em class="parameter"><code>renderbuffertarget</code></em> is not <code class="constant">GL_RENDERBUFFER</code>.
<code class="constant">GL_INVALID_ENUM</code> is generated if <em class="parameter"><code>attachment</code></em> is not one of the attachment points listed above.
</p>
<p>
<code class="constant">GL_INVALID_OPERATION</code> is generated if zero is bound to <em class="parameter"><code>target</code></em>.
Expand Down

0 comments on commit 080c215

Please sign in to comment.