Skip to content

Commit

Permalink
Merge pull request BSVino#70 from keaukraine/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
BSVino authored Jul 14, 2019
2 parents f97bd08 + 441dd2a commit 1f50148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es3/glRenderbufferStorageMultisample.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
Both <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em> must be less than or equal to the value of
<code class="constant">GL_MAX_RENDERBUFFER_SIZE</code>. <em class="parameter"><code>samples</code></em> specifies the number of samples to be used
for the renderbuffer object's image. If <em class="parameter"><code>internalformat</code></em> is a signed or unsigned integer format then
<em class="parameter"><code>samples</code></em> must be 0. Otherwise, <em class="parameter"><code>samples</code></em> must be must be less than or equal to
<em class="parameter"><code>samples</code></em> must be 0. Otherwise, <em class="parameter"><code>samples</code></em> must be less than or equal to
the maximum number of samples supported for <em class="parameter"><code>internalformat</code></em>.
(see <a class="citerefentry" href="glGetInternalformativ"><span class="citerefentry"><span class="refentrytitle">glGetInternalformativ</span></span></a>).
</p>
Expand Down

0 comments on commit 1f50148

Please sign in to comment.