Searched defs:DynamicRenderingInfo (Results 1 – 1 of 1) sorted by relevance
245 struct DynamicRenderingInfo : angle::NonCopyable struct247 VkRenderingInfo renderingInfo;249 gl::DrawBuffersArray<VkRenderingAttachmentInfo> colorAttachmentInfo;250 VkRenderingAttachmentInfo depthAttachmentInfo;251 VkRenderingAttachmentInfo stencilAttachmentInfo;255 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats;256 VkFormat depthAttachmentFormat;257 VkFormat stencilAttachmentFormat;261 gl::DrawBuffersArray<uint32_t> colorAttachmentLocations;264 VkMultisampledRenderToSingleSampledInfoEXT msrtss;[all …]