Searched defs:DynamicRenderingInfo (Results 1 – 1 of 1) sorted by relevance
257 struct DynamicRenderingInfo : angle::NonCopyable struct259 VkRenderingInfo renderingInfo;261 gl::DrawBuffersArray<VkRenderingAttachmentInfo> colorAttachmentInfo;262 VkRenderingAttachmentInfo depthAttachmentInfo;263 VkRenderingAttachmentInfo stencilAttachmentInfo;267 gl::DrawBuffersArray<VkFormat> colorAttachmentFormats;268 VkFormat depthAttachmentFormat;269 VkFormat stencilAttachmentFormat;273 gl::DrawBuffersArray<uint32_t> colorAttachmentLocations;276 VkMultisampledRenderToSingleSampledInfoEXT msrtss;[all …]