mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
[vendor:SDL/ttf] - GPUAtlasDrawSequence multipointer from pointer
This commit is contained in:
Vendored
+1
-1
@@ -96,7 +96,7 @@ ImageType :: enum c.int {
|
|||||||
|
|
||||||
GPUAtlasDrawSequence :: struct {
|
GPUAtlasDrawSequence :: struct {
|
||||||
atlas_texture: ^SDL.GPUTexture,
|
atlas_texture: ^SDL.GPUTexture,
|
||||||
xy, uv: ^SDL.FPoint,
|
xy, uv: [^]SDL.FPoint,
|
||||||
num_vertices: c.int,
|
num_vertices: c.int,
|
||||||
indices: ^c.int,
|
indices: ^c.int,
|
||||||
num_indices: c.int,
|
num_indices: c.int,
|
||||||
|
|||||||
Reference in New Issue
Block a user