mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Add tree depth to odin
This commit is contained in:
parent
f8bdf01b45
commit
28dede3da5
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ RenderCommand :: struct {
|
|||
userData: rawptr,
|
||||
id: u32,
|
||||
zIndex: i16,
|
||||
treeDepth: i16,
|
||||
commandType: RenderCommandType,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue