Skip to content

Commit

Permalink
Merge pull request BSVino#133 from leokolln/patch-1
Browse files Browse the repository at this point in the history
DrawElementsIndirectCommand::baseVertex is signed integer
  • Loading branch information
BSVino authored May 2, 2023
2 parents 399804d + c0848cf commit 19f0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gl4/glMultiDrawElementsIndirect.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
uint count;
uint instanceCount;
uint firstIndex;
uint baseVertex;
int baseVertex;
uint baseInstance;
} DrawElementsIndirectCommand;</pre>
<p>
Expand Down

0 comments on commit 19f0f6d

Please sign in to comment.