diff options
| author | A1029384756 <hayden.gray104@gmail.com> | 2025-05-13 15:40:40 -0400 |
|---|---|---|
| committer | A1029384756 <hayden.gray104@gmail.com> | 2025-05-13 15:40:40 -0400 |
| commit | 82729d7e2723cdf00b4e22c633f5865fbdddac87 (patch) | |
| tree | b258e2249d07a62f8df1a854f8f187b441c6fc7e | |
| parent | 25c935c305f373a1c539a235734d25759143a1c2 (diff) | |
[vendor:SDL/ttf] - GPUAtlasDrawSequence multipointer from pointer
| -rw-r--r-- | vendor/sdl3/ttf/sdl3_ttf.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sdl3/ttf/sdl3_ttf.odin b/vendor/sdl3/ttf/sdl3_ttf.odin index c934ef408..08b7a4e1f 100644 --- a/vendor/sdl3/ttf/sdl3_ttf.odin +++ b/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, |