KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma::FVulkanSubpassDependency< TSubpassDependencyType > Struct Template Reference

Template definition of FVulkanSubpassDependency. More...

#include <VulkanRenderPass.h>

Inheritance diagram for Karma::FVulkanSubpassDependency< TSubpassDependencyType >:

Detailed Description

template<typename TSubpassDependencyType>
struct Karma::FVulkanSubpassDependency< TSubpassDependencyType >

Template definition of FVulkanSubpassDependency.

This is primary struct template for subpass dependency.

SubpassDependencies define memory and execution dependencies between subpasses in a renderpass. These are configured according to the subpasses defined in the renderpass. Since we are using only one subpass, we will use single dependency in FVulkanRenderPassBuilder::BuildCreateInfo()

Since
Karma 1.0.0

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