Add tree depth to odin

This commit is contained in:
Nic Barker 2025-03-31 18:47:15 +13:00
parent f8bdf01b45
commit 28dede3da5

View File

@ -226,6 +226,7 @@ RenderCommand :: struct {
userData: rawptr, userData: rawptr,
id: u32, id: u32,
zIndex: i16, zIndex: i16,
treeDepth: i16,
commandType: RenderCommandType, commandType: RenderCommandType,
} }