mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
vk/0.130: Bump header version to 0.130
All APIs have been updated. This eliminates the diff between the work-in-progress header and the 0.130 header.
This commit is contained in:
parent
f43a304dc6
commit
1c4238a8e5
1 changed files with 8 additions and 1 deletions
|
|
@ -28,14 +28,21 @@ extern "C" {
|
|||
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
||||
*/
|
||||
|
||||
/*
|
||||
** This header is generated from the Khronos Vulkan XML API Registry.
|
||||
**
|
||||
** Generated on date 20150620
|
||||
*/
|
||||
|
||||
|
||||
#define VK_VERSION_1_0 1
|
||||
#include "vk_platform.h"
|
||||
|
||||
#define VK_MAKE_VERSION(major, minor, patch) \
|
||||
((major << 22) | (minor << 12) | patch)
|
||||
|
||||
// Vulkan API version supported by this file
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(0, 90, 0)
|
||||
#define VK_API_VERSION VK_MAKE_VERSION(0, 130, 0)
|
||||
|
||||
#if defined (__cplusplus) && (VK_UINTPTRLEAST64_MAX == UINTPTR_MAX)
|
||||
#define VK_TYPE_SAFE_COMPATIBLE_HANDLES 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue