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