aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-06-26 09:43:05 -0600
committerTony Barbour <tony@LunarG.com>2015-06-26 09:43:05 -0600
commit4e44255e46637d32cfd52787d5e134cdcab6ec62 (patch)
tree3e247d31c0ef16129dffcff73d506915f2df000e
parent265ee9e18135bc256fe31b13b6d8fd555cbf805c (diff)
downloadusermoji-4e44255e46637d32cfd52787d5e134cdcab6ec62.tar.xz
vulkan.h: Bug 13939 Remove references to depth/stencil resolve
-rw-r--r--include/vulkan.h4
1 files changed, 1 insertions, 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;