Skip to content

Commit

Permalink
DrawElementsIndirectCommand::baseVertex is signed integer
Browse files Browse the repository at this point in the history
This can be confirmed by the specification ARB_draw_indirect or the signature of glDrawElements[Instanced]BaseVertex[BaseInstance]
  • Loading branch information
leokolln authored Apr 29, 2023
1 parent 399804d commit c0848cf
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 c0848cf

Please sign in to comment.