mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +00:00
update odin bindings
This commit is contained in:
parent
948468ad86
commit
e41a8eea88
@ -184,7 +184,8 @@ ElementConfigUnion :: struct #raw_union {
|
|||||||
RenderCommand :: struct {
|
RenderCommand :: struct {
|
||||||
boundingBox: BoundingBox,
|
boundingBox: BoundingBox,
|
||||||
config: ElementConfigUnion,
|
config: ElementConfigUnion,
|
||||||
text: String,
|
text: StringSlice,
|
||||||
|
zIndex: u32,
|
||||||
id: u32,
|
id: u32,
|
||||||
commandType: RenderCommandType,
|
commandType: RenderCommandType,
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user