Debug Tools: Metrics: added "Inputs" section, moved from Demo for consistency.

This commit is contained in:
ocornut
2022-11-30 20:08:57 +01:00
parent 87caf27ac4
commit 45736443be
4 changed files with 203 additions and 162 deletions

View File

@ -75,6 +75,8 @@ Other changes:
- Drag and Drop: fixed GetDragDropPayload() returning a non-NULL value if a drag source is
active but a payload hasn't been submitted yet. This is convenient to detect new payload
from within a drag source handler. (#5910, #143)
- Demo: simplified "Inputs" section, moved contents to Metrics->Inputs.
- Debug Tools: Metrics: added "Inputs" section, moved from Demo for consistency.
- Backends: GLFW: cancel out errors emitted by glfwGetKeyName() when a name is missing. (#5908)
- Backends: WebGPU: fixed validation error with default depth buffer settings. (#5869, #5914) [@kdchambers]