imgui_set_window_layer
Set the render layer (z-order) of a window to control stacking order, with higher layer values rendering on top of other windows in the Dear ImGui UI.
Instructions
Set the render layer (z-order) of a window. Higher layers render on top.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | Yes | Layer value (higher = on top) | |
| window | Yes | Window identifier |