Searched defs:ClearAttachmentData (Results 1 – 1 of 1) sorted by relevance
157 struct ClearAttachmentData struct159 std::vector<VkClearAttachment> colorDepthClear1;160 std::vector<VkClearAttachment> colorDepthClear2;161 VkClearAttachment stencilClear1;162 VkClearAttachment stencilClear2;163 VkClearRect rectColorDepth1;164 VkClearRect rectColorDepth2;165 VkClearRect rectStencil1;166 VkClearRect rectStencil2;168 ClearAttachmentData (const deUint32 colorAtchCount, in ClearAttachmentData() function