mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 11:04:17 +00:00
Merge pull request #5158 from A1029384756/master
[vendor:SDL/ttf] - GPUAtlasDrawSequence multipointer from pointer
This commit is contained in:
4
vendor/sdl3/ttf/sdl3_ttf.odin
vendored
4
vendor/sdl3/ttf/sdl3_ttf.odin
vendored
@@ -96,9 +96,9 @@ 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,
|
||||
indices: [^]c.int,
|
||||
num_indices: c.int,
|
||||
image_type: ImageType,
|
||||
next: ^GPUAtlasDrawSequence,
|
||||
|
||||
Reference in New Issue
Block a user