Android-cuttlefish cvd tool
Public Attributes | List of all members
gfxstream::Vk::FramebufferWithAttachments Struct Reference

#include <vulkan.h>

Public Attributes

std::optional< ImageWithMemorycolorAttachment
 
std::optional< ImageWithMemorydepthAttachment
 
vk::UniqueRenderPass renderpass
 
vk::UniqueFramebuffer framebuffer
 

Member Data Documentation

◆ colorAttachment

std::optional<ImageWithMemory> gfxstream::Vk::FramebufferWithAttachments::colorAttachment

◆ depthAttachment

std::optional<ImageWithMemory> gfxstream::Vk::FramebufferWithAttachments::depthAttachment

◆ framebuffer

vk::UniqueFramebuffer gfxstream::Vk::FramebufferWithAttachments::framebuffer

◆ renderpass

vk::UniqueRenderPass gfxstream::Vk::FramebufferWithAttachments::renderpass

The documentation for this struct was generated from the following file: