mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
[vendor:sdl3/ttf] - changed indices to multipointer
This commit is contained in:
Vendored
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user