// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ VK_HEADER_VERSION(3) ==================== Name ---- VK_HEADER_VERSION - Vulkan header file version number C Specification --------------- // refBegin VK_HEADER_VERSION - Vulkan header file version number dname:VK_HEADER_VERSION is the version number of the +vulkan.h+ header. This value is currently kept synchronized with the release number of the Specification. However, it is not guaranteed to remain synchronized, since most Specification updates have no effect on +vulkan.h+. include::../api/defines/VK_HEADER_VERSION.txt[] Description ----------- // refEnd VK_HEADER_VERSION See Also -------- No cross-references are available Document Notes -------------- For more information, see the Vulkan Specification at URL https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VK_HEADER_VERSION This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification,not directly. include::footer.txt[]