Backends: Vulkan, SDLGPU3: remove samplers from RenderState. (#9378)
Revert part ofac261203a5,9ee3d731b5(#8866, #8163, #7998, #7988) since we have a better solution.
This commit is contained in:
@@ -56,8 +56,6 @@ Breaking Changes:
|
||||
- Before: ImGui_ImplVulkan_AddTexture(VkSampler, VkImageView, VkImageLayout)
|
||||
- After: ImGui_ImplVulkan_AddTexture(VkImageView, VkImageLayout)
|
||||
- Kept inline redirection function that ignores the sampler (will obsolete).
|
||||
- Vulkan: with the change above it is now possible to change the current Sampler during
|
||||
rendering, by poking into ImGui_ImplVulkan_RenderState's SamplerCurrentDS. (#914)
|
||||
|
||||
Other Changes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user