fix param order

This commit is contained in:
Matthew 2025-12-22 12:31:01 +11:00
parent 9824b0c25b
commit 0e8057fa80

View File

@ -1548,7 +1548,7 @@ BindPipeline(Vulkan* vk, VkCommandBuffer cmd, PipelineHandles* pipeline)
} }
void void
SetScissor(Vulkan* vk, u32 x, u32 y, u32 h, u32 w) SetScissor(Vulkan* vk, u32 x, u32 y, u32 w, u32 h)
{ {
VkRect2D scissor = { VkRect2D scissor = {
offset: { x: x, y: y }, offset: { x: x, y: y },