summaryrefslogtreecommitdiffstats
path: root/include/vulkan/vulkan_intel.h
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2016-04-21 10:53:48 +0100
committerEmil Velikov <[email protected]>2016-05-23 12:07:46 +0100
commit7362bb3e219ec819835799c400cf4215a1b387d0 (patch)
treeb1943a451e24ce94623fd4e11f66a90ba6db2db7 /include/vulkan/vulkan_intel.h
parent8aeb6d768b4285f600d09f38d0b406adf46c251d (diff)
vk/intel: use negative VK_NO_PROTOTYPES scheme
3d0fac7aca237bbe8ed8e2a362d3b42d0ef8c46c changed all VK_PROTOTYPES to VK_NO_PROTOTYPES This brings the Intel header in line with the rest of the Vulkan code. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'include/vulkan/vulkan_intel.h')
-rw-r--r--include/vulkan/vulkan_intel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan_intel.h b/include/vulkan/vulkan_intel.h
index 1f77128961c..8ede61b53dc 100644
--- a/include/vulkan/vulkan_intel.h
+++ b/include/vulkan/vulkan_intel.h
@@ -44,7 +44,7 @@ typedef struct VkDmaBufImageCreateInfo_
typedef VkResult (VKAPI_PTR *PFN_vkCreateDmaBufImageINTEL)(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem, VkImage* pImage);
-#ifdef VK_PROTOTYPES
+#ifndef VK_NO_PROTOTYPES
VKAPI_ATTR VkResult VKAPI_CALL vkCreateDmaBufImageINTEL(
VkDevice _device,