From 4e44255e46637d32cfd52787d5e134cdcab6ec62 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Fri, 26 Jun 2015 09:43:05 -0600 Subject: vulkan.h: Bug 13939 Remove references to depth/stencil resolve --- include/vulkan.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/vulkan.h b/include/vulkan.h index ba448b4d..eaab4a1f 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -33,7 +33,7 @@ #include "vk_platform.h" // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 109, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 111, 0) #ifdef __cplusplus extern "C" @@ -1514,8 +1514,6 @@ typedef struct VkDepthStencilViewCreateInfo_ uint32_t mipLevel; uint32_t baseArraySlice; uint32_t arraySize; - VkImage msaaResolveImage; - VkImageSubresourceRange msaaResolveSubResource; VkDepthStencilViewCreateFlags flags; // Depth stencil attachment view flags } VkDepthStencilViewCreateInfo; -- cgit v1.2.3