Examples: Vulkan: Fixed Vulkan descriptor pools. (#6642)

Only use required no. of types and sets
This commit is contained in:
Sascha Willems
2023-07-24 20:17:29 +02:00
committed by ocornut
parent 7c5b0e8292
commit fa2f1bfbb0
3 changed files with 9 additions and 24 deletions

View File

@ -95,6 +95,7 @@ Other changes:
- Backends: GLFW: Revert ignoring mouse data on GLFW_CURSOR_DISABLED as it can be used
differently. User may set ImGuiConfigFLags_NoMouse if desired. (#5625, #6609) [@scorpion-26]
- Backends: WebGPU: Update for changes in Dawn. (#6602, #6188) [@williamhCode]
- Examples: Vulkan: Creating minimal descriptor pools to fit only what is needed by example. (#6642) [@SaschaWillem]
-----------------------------------------------------------------------