diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-06-26 09:43:05 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2015-06-26 09:43:05 -0600 |
| commit | 4e44255e46637d32cfd52787d5e134cdcab6ec62 (patch) | |
| tree | 3e247d31c0ef16129dffcff73d506915f2df000e /include/vulkan.h | |
| parent | 265ee9e18135bc256fe31b13b6d8fd555cbf805c (diff) | |
| download | usermoji-4e44255e46637d32cfd52787d5e134cdcab6ec62.tar.xz | |
vulkan.h: Bug 13939 Remove references to depth/stencil resolve
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 4 |
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; |
