Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.14k stars 514 forks source link

Drop the VK_FORMAT_UNDEFINED case #135

Closed lewa-j closed 5 years ago

lewa-j commented 5 years ago

The Vulkan API Specification v1.1.111 changed the behaviour of GetPhysicalDeviceSurfaceFormats. Now it must not contain VK_FORMAT_UNDEFINED https://github.com/KhronosGroup/Vulkan-Docs/commit/ad46c7dc688fe973ac7299b651403be5f562db8e

Overv commented 5 years ago

Thanks, I will update the swap chain chapter as soon as possible to no longer mention this.

lewa-j commented 5 years ago

Thanks for the quick response. And for your work.