Skip to content

Commit

Permalink
Fixed typo on textureGather and textureGatherOffset description.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoppex committed Dec 22, 2021
1 parent 7842647 commit b5f7d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion el3/textureGather.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<pre class="programlisting"> vec4(Sample_i0_j1(P, base).comp,
Sample_i1_j1(P, base).comp,
Sample_i1_j0(P, base).comp,
Sample_i0_j9(P, base).comp);</pre>
Sample_i0_j0(P, base).comp);</pre>
<p>
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion el3/textureGatherOffset.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<pre class="programlisting"> vec4(Sample_i0_j1(P + offset, base).comp,
Sample_i1_j1(P + offset, base).comp,
Sample_i1_j0(P + offset, base).comp,
Sample_i0_j9(P + offset, base).comp);</pre>
Sample_i0_j0(P + offset, base).comp);</pre>
<p>
</p>
<p>
Expand Down

0 comments on commit b5f7d11

Please sign in to comment.