Skip to content

Commit

Permalink
Merge pull request BSVino#134 from leokolln/patch-2
Browse files Browse the repository at this point in the history
glNamedBufferStorage and glNamedBufferData parameter size is GLsizeiptr
  • Loading branch information
BSVino authored May 12, 2023
2 parents 19f0f6d + 1195c88 commit 69487fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gl4/glBufferData.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</tr>
<tr>
<td> </td>
<td>GLsizei <var class="pdparam">size</var>, </td>
<td>GLsizeiptr <var class="pdparam">size</var>, </td>
</tr>
<tr>
<td> </td>
Expand Down
2 changes: 1 addition & 1 deletion gl4/glBufferStorage.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</tr>
<tr>
<td> </td>
<td>GLsizei <var class="pdparam">size</var>, </td>
<td>GLsizeiptr <var class="pdparam">size</var>, </td>
</tr>
<tr>
<td> </td>
Expand Down

0 comments on commit 69487fe

Please sign in to comment.