diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-10-03 16:28:53 +1300 |
|---|---|---|
| committer | Chris Forbes <chrisforbes@google.com> | 2016-10-04 08:37:27 +1300 |
| commit | e222d2f9f3738ee61cac022b8ca1b086555ecf0c (patch) | |
| tree | 812c0c92235cb8559626f58b41922389169202eb /layers | |
| parent | 2afd521e6c35a5ef245935980f5c4222ae70ee2d (diff) | |
| download | usermoji-e222d2f9f3738ee61cac022b8ca1b086555ecf0c.tar.xz | |
layers: Delete some dead structs in CV
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/core_validation.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/layers/core_validation.h b/layers/core_validation.h index 95ce8ba7..d644f4c0 100644 --- a/layers/core_validation.h +++ b/layers/core_validation.h @@ -110,24 +110,8 @@ struct MT_FB_ATTACHMENT_INFO { VkImage image; VkDeviceMemory mem; }; - -struct MT_DESCRIPTOR_SET_INFO { - std::vector<VkImageView> images; - std::vector<VkBuffer> buffers; -}; - -// Track Swapchain Information -struct MT_SWAP_CHAIN_INFO { - VkSwapchainCreateInfoKHR createInfo; - std::vector<VkImage> images; -}; #endif -struct SHADER_DS_MAPPING { - uint32_t slotCount; - VkDescriptorSetLayoutCreateInfo *pShaderMappingSlot; -}; - struct GENERIC_HEADER { VkStructureType sType; const void *pNext; @@ -198,12 +182,6 @@ class FRAMEBUFFER_NODE : public BASE_NODE { : framebuffer(fb), createInfo(pCreateInfo), renderPassCreateInfo(pRPCI){}; }; -typedef struct stencil_data { - uint32_t compareMask; - uint32_t writeMask; - uint32_t reference; -} CBStencilData; - // Track command pools and their command buffers struct COMMAND_POOL_NODE : public BASE_NODE { VkCommandPoolCreateFlags createFlags; |
