Vulkan-API-Book icon indicating copy to clipboard operation
Vulkan-API-Book copied to clipboard

Deprecated Vulkan macro

Open alexpanter opened this issue 3 years ago • 0 comments

Hi, If you are still maintaining this repository:

The macro VK_VERSION_MAJOR (etc.) has been deprecated. You should use this instead: VK_API_VERSION_MAJOR (etc.).

Tutorial page: https://harrylovescode.gitbooks.io/vulkan-api/content/chap03/chap03.html Documentation reference: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#extendingvulkan-coreversions-versionnumbers

alexpanter avatar May 31 '21 10:05 alexpanter