VKTarget
The VKTarget class is a Vulkan-specific implementation of the Target class, offering functionality for managing Vulkan render passes and framebuffers. It provides methods to retrieve the associated Vulkan render pass and framebuffer objects, which are essential for the rendering process in Vulkan.
#include <platform/TellusimTarget.h>
Inheritance
- Inherits from Target
Constructors
VKTarget()
Methods
VkRenderPass getRenderPass() const
VkFramebuffer getFramebuffer() const