Home
last modified time | relevance | path

Searched defs:DynamicRenderingInfo (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp245 struct DynamicRenderingInfo : angle::NonCopyable struct
247 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 …]