Skip to content

Commit

Permalink
glNamedBufferData::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 19f0f6d commit 8efff77
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8efff77

Please sign in to comment.