[vendor:sdl3/ttf] - changed indices to multipointer

This commit is contained in:
A1029384756
2025-05-13 15:44:20 -04:00
parent 82729d7e27
commit 5379c8c1ac
+1 -1
View File
@@ -98,7 +98,7 @@ GPUAtlasDrawSequence :: struct {
atlas_texture: ^SDL.GPUTexture,
xy, uv: [^]SDL.FPoint,
num_vertices: c.int,
indices: ^c.int,
indices: [^]c.int,
num_indices: c.int,
image_type: ImageType,
next: ^GPUAtlasDrawSequence,