Yuri Karabatov

Results 1 issues of Yuri Karabatov

I'm trying to use `SDL_DrawGPUIndexedPrimitivesIndirect` to draw some quads with a Vulkan backend. I have an indirect buffer setup with one instance of `SDL_GPUIndexedIndirectDrawCommand` that I populate like so: ```c...