Home
last modified time | relevance | path

Searched refs:framebufferAttachments (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.cpp917 std::vector<vkhpp::ImageView> framebufferAttachments; in CreateFramebuffer() local
919 framebufferAttachments.push_back(*colorAttachment->imageView); in CreateFramebuffer()
922 framebufferAttachments.push_back(*depthAttachment->imageView); in CreateFramebuffer()
926 .attachmentCount = static_cast<uint32_t>(framebufferAttachments.size()), in CreateFramebuffer()
927 .pAttachments = framebufferAttachments.data(), in CreateFramebuffer()