Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Was "must ba constant". Now "must be a constant".
  • Loading branch information
BrandonDyer64 authored Oct 31, 2019
1 parent 6f35090 commit 6df9031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sl4/textureGather.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<p>
</p>
<p>
If specified, the value of <em class="parameter"><code>comp</code></em> must ba constant integer expression with a value
If specified, the value of <em class="parameter"><code>comp</code></em> must be a constant integer expression with a value
of 0, 1, 2, or 3, identifying the x, y, z or w component of the four-component vector lookup result for each
texel, respectively. If <em class="parameter"><code>comp</code></em> is not specified, it is treated as 0, selecting the x
component of each texel to generate the result.
Expand Down

0 comments on commit 6df9031

Please sign in to comment.