Searched refs:framebufferAttachments (Results 1 – 1 of 1) sorted by relevance
917 std::vector<vkhpp::ImageView> framebufferAttachments; in CreateFramebuffer() local919 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()