Added missing Test Engine hooks for PlotXXX(), VSliderXXX(), TableHeader().

This commit is contained in:
ocornut
2026-04-16 16:39:07 +02:00
parent ce855cada2
commit d4783bd553
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ Other Changes:
a better recoverable error. (#9350)
- Misc:
- Minor optimization: reduce redudant label scanning in common widgets.
- Added missing Test Engine hooks for PlotXXX(), VSliderXXX(), TableHeader().
- Backends:
- Metal: avoid redundant vertex buffer bind in `SetupRenderState()`, which leads
to validation issue. (#9343) [@Hunam6]