KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma::FVulkanRenderPass Class Reference

The actual Vulkan renderpass Engine class. More...

#include <VulkanRenderPass.h>

Public Member Functions

VkRenderPass GetHandle () const
const FVulkanRenderTargetLayoutGetLayout () const
 FVulkanRenderPass (FVulkanDevice &Device, const FVulkanRenderTargetLayout &RTLayout)
 Constructor to create a renderpass with supplied rendertarget layout.
 ~FVulkanRenderPass ()
 Destroys renderpass.

Detailed Description

The actual Vulkan renderpass Engine class.

Since
Karma 1.0.0

Constructor & Destructor Documentation

◆ FVulkanRenderPass()

Karma::FVulkanRenderPass::FVulkanRenderPass ( FVulkanDevice & Device,
const FVulkanRenderTargetLayout & RTLayout )

Constructor to create a renderpass with supplied rendertarget layout.

Since
Karma 1.0.0

The documentation for this class was generated from the following files: