99 const std::vector< FrameImageView >& imageViews,
109 VkFramebuffer
handle()
const;
112 VkRect2D
area()
const;
Untyped image view class. Useful for constructing FrameBuffer objects.
Definition: vppFrameImageView.hpp:46
VkFramebuffer handle() const
Retrieves the Vulkan handle.
The VPP namespace.
Definition: main.hpp:1
FrameBuffer()
Constructs null reference.
Defines a vector of physical images to be used as targets for rendering attachments.
Definition: vppFramebuffer.hpp:86
FrameImageView imageView(size_t index) const
Retrieves the view reference for specified image index.
Represents Vulkan render pass.
Definition: vppRenderPass.hpp:40
size_t imageViewCount() const
Retrieves the count of images.
VkRect2D area() const
Retrieves the size of the frame.