Backends: Metal: avoid redundant vertex buffer bind in SetupRenderState. (#9343)

This commit is contained in:
hunam
2026-04-03 19:38:07 +03:00
committed by ocornut
parent 03a0b00a34
commit 49df3116bc
2 changed files with 5 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ Other Changes:
- InputText:
- InputTextMultiline: fixed an issue processing deactivation logic when an active
multi-line edit is clipped due to being out of view.
- Backends:
- Metal: avoid redundant vertex buffer bind in SetupRenderState, which leads
to validation issue. (#9343) [@Hunam6]
-----------------------------------------------------------------------