vulkan-1.0.0: Bump the version to 1.0.0
This commit is contained in:
@@ -41,7 +41,7 @@ extern "C" {
|
||||
((major << 22) | (minor << 12) | patch)
|
||||
|
||||
// Vulkan API version supported by this file
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(0, 221, 0)
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(1, 0, 0)
|
||||
|
||||
|
||||
#define VK_NULL_HANDLE 0
|
||||
|
||||
Reference in New Issue
Block a user