2
0
Эх сурвалжийг харах

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

A1029384756 5 сар өмнө
parent
commit
82729d7e27

+ 1 - 1
vendor/sdl3/ttf/sdl3_ttf.odin

@@ -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,