Skip to content

Struct atlas::vk::vk_renderpass_options

ClassList > atlas > vk > vk_renderpass_options

Renderpass specifictations for VkRenderpass. More...

  • #include <vk_types.hpp>

Public Attributes

Type Name
std::span< VkAttachmentDescription > attachments = {}
bool cache = false
std::span< VkClearColorValue > clear_values = {}
std::span< VkSubpassDependency > dependencies = {}
std::span< VkSubpassDescription > subpass_descriptions = {}

Detailed Description

Specifying requirements needed for specifying the vulkan renderpass handlers

Public Attributes Documentation

variable attachments

std::span<VkAttachmentDescription> atlas::vk::vk_renderpass_options::attachments;

variable cache

bool atlas::vk::vk_renderpass_options::cache;

variable clear_values

std::span<VkClearColorValue> atlas::vk::vk_renderpass_options::clear_values;

variable dependencies

std::span<VkSubpassDependency> atlas::vk::vk_renderpass_options::dependencies;

variable subpass_descriptions

std::span<VkSubpassDescription> atlas::vk::vk_renderpass_options::subpass_descriptions;


The documentation for this class was generated from the following file TheAtlasEngine/atlas/drivers/vulkan-cpp/vk_types.hpp