Skip to content

Commit

Permalink
Merge pull request #143 from keaukraine/fix-unpackUnorm4x8
Browse files Browse the repository at this point in the history
Fixed types of unpackUnorm4x8 and unpackSnorm4x8
  • Loading branch information
BSVino authored Oct 29, 2023
2 parents e5a2ae8 + b2c4cf2 commit 96aaa5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -161,7 +161,7 @@
<td style="text-align: center; border-bottom: 2px solid ; "></td>
</tr>
<tr>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">unpackSnorm4x8</td>
<td style="text-align: left; border-right: 2px solid ; border-bottom: 2px solid ; ">unpackUnorm4x8</td>
<td style="text-align: center; border-right: 2px solid ; border-bottom: 2px solid ; ">-</td>
<td style="text-align: center; border-right: 2px solid ; border-bottom: 2px solid ; ">-</td>
<td style="text-align: center; border-bottom: 2px solid ; "></td>
Expand Down

0 comments on commit 96aaa5a

Please sign in to comment.