When is SDK 1.4 available?

Hello,
should I wait until the end of this year or later to download SDK 1.4 ?

I will appreciate if anyone can inform me of this

Why do you need to wait for the SDK? All components from the SDK are publicly available and already support Vulkan 1.4.

However, I want to check 1.4 extensions and VkPhysicalDeviceVulkan14Features, for examples

You don’t need the SDK for that. The SDK is mostly a convenient packaging of publicly available resources. You can use Vulkan 1.4 since the day it was released.

Hello, Sascha

I currently installed SDK 1.3.296, which does not have VkPhysicalDeviceVulkan14Features inside

May I ask
Then, how can I use VkPhysicalDeviceVulkan14Features in my source code ?

Use the Vulkan headers from GitHub - KhronosGroup/Vulkan-Headers: Vulkan header files and API registry instead of the ones included in the SDK.

1 Like

Oh, that is a very good tip
I learned much from you
Happy new year and see you, Sascha
Thank you