Skip to content

Commit

Permalink
Fixed types of unpackUnorm4x8 and unpackSnorm4x8
Browse files Browse the repository at this point in the history
  • Loading branch information
keaukraine authored Oct 28, 2023
1 parent e5a2ae8 commit 97005da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions el3/unpackUnorm.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<table style="border: 0; cellspacing: 0; cellpadding: 0;" class="funcprototype-table">
<tr>
<td>
<code class="funcdef">vec2 <strong class="fsfunc">unpackUnorm4x8</strong>(</code>
<code class="funcdef">vec4 <strong class="fsfunc">unpackUnorm4x8</strong>(</code>
</td>
<td>uint <var class="pdparam">p</var><code>)</code>;</td>
</tr>
Expand All @@ -37,7 +37,7 @@
<table style="border: 0; cellspacing: 0; cellpadding: 0;" class="funcprototype-table">
<tr>
<td>
<code class="funcdef">vec2 <strong class="fsfunc">unpackSnorm4x8</strong>(</code>
<code class="funcdef">vec4 <strong class="fsfunc">unpackSnorm4x8</strong>(</code>
</td>
<td>uint <var class="pdparam">p</var><code>)</code>;</td>
</tr>
Expand Down

0 comments on commit 97005da

Please sign in to comment.