Backends: Vulkan: Added support for specifying multisample count. (#2705, #2706)

This commit is contained in:
Vilya Harvey
2019-07-31 19:50:50 +01:00
committed by omar
parent 6cf4743f17
commit 62143dff64
3 changed files with 9 additions and 1 deletions

View File

@ -36,6 +36,9 @@ HOW TO UPDATE?
Other Changes:
- Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count,
would generally make the debug layer complain (Added in 1.72).
- Backends: Vulkan: Added support for specifying multisample count.
Set ImGui_ImplVulkan_InitInfo::MSAASamples to one of the VkSampleCountFlagBits values
to use, default is non-multisampled as before. (#2705, #2706) [@vilya]
-----------------------------------------------------------------------