mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 04:26:18 +00:00
Add tree depth to odin
This commit is contained in:
parent
f8bdf01b45
commit
28dede3da5
|
@ -226,6 +226,7 @@ RenderCommand :: struct {
|
|||
userData: rawptr,
|
||||
id: u32,
|
||||
zIndex: i16,
|
||||
treeDepth: i16,
|
||||
commandType: RenderCommandType,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue