Skip to content

Commit

Permalink
missed argument name. (visual studio refuses to find it in FindAll...)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwe committed Aug 5, 2024
1 parent 8a6965e commit 78e3a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_gpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_GpuDrawIndexedPrimitives(
SDL_GpuRenderPass *renderPass,
Uint32 baseVertex,
Uint32 startIndex,
Uint32 primitiveCount,
Uint32 vertexCount,
Uint32 instanceCount);

/**
Expand Down

0 comments on commit 78e3a72

Please sign in to comment.