Searched defs:ClearAttachmentData (Results 1 – 1 of 1) sorted by relevance
167 struct ClearAttachmentData struct169 std::vector<VkClearAttachment> colorDepthClear1;170 std::vector<VkClearAttachment> colorDepthClear2;171 VkClearAttachment stencilClear1;172 VkClearAttachment stencilClear2;173 VkClearRect rectColorDepth1;174 VkClearRect rectColorDepth2;175 VkClearRect rectStencil1;176 VkClearRect rectStencil2;178 ClearAttachmentData(const uint32_t colorAtchCount, const VkFormat depth, const VkFormat stencil) in ClearAttachmentData() function