Skip to content

Commit

Permalink
glNamedBufferStorage::size should be GLsizeiptr
Browse files Browse the repository at this point in the history
  • Loading branch information
leokolln authored May 12, 2023
1 parent 8efff77 commit 1195c88
Showing 1 changed file with 1 addition and 1 deletion.
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 1195c88

Please sign in to comment.