[vendor:SDL/ttf] - GPUAtlasDrawSequence multipointer from pointer

This commit is contained in:
A1029384756
2025-05-13 15:40:40 -04:00
parent 25c935c305
commit 82729d7e27

View File

@@ -96,7 +96,7 @@ ImageType :: enum c.int {
GPUAtlasDrawSequence :: struct {
atlas_texture: ^SDL.GPUTexture,
xy, uv: ^SDL.FPoint,
xy, uv: [^]SDL.FPoint,
num_vertices: c.int,
indices: ^c.int,
num_indices: c.int,