Browse Source

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

A1029384756 3 months ago
parent
commit
82729d7e27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/sdl3/ttf/sdl3_ttf.odin

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