Searched defs:ClearAttachmentData (Results 1 – 1 of 1) sorted by relevance
162 struct ClearAttachmentData struct164 std::vector<VkClearAttachment> colorDepthClear1;165 std::vector<VkClearAttachment> colorDepthClear2;166 VkClearAttachment stencilClear1;167 VkClearAttachment stencilClear2;168 VkClearRect rectColorDepth1;169 VkClearRect rectColorDepth2;170 VkClearRect rectStencil1;171 VkClearRect rectStencil2;173 ClearAttachmentData (const deUint32 colorAtchCount, in ClearAttachmentData() function