Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
talvos::Subpass Struct Reference

This structure describes the attachments used by a subpass. More...

#include <talvos/RenderPass.h>

Public Attributes

std::vector< uint32_t > InputAttachments
 
std::vector< uint32_t > ColorAttachments
 
std::vector< uint32_t > ResolveAttachments
 
std::vector< uint32_t > PreserveAttachments
 
uint32_t DepthStencilAttachment
 

Detailed Description

This structure describes the attachments used by a subpass.

Definition at line 59 of file RenderPass.h.

Member Data Documentation

std::vector<uint32_t> talvos::Subpass::ColorAttachments

Definition at line 62 of file RenderPass.h.

uint32_t talvos::Subpass::DepthStencilAttachment

Definition at line 65 of file RenderPass.h.

std::vector<uint32_t> talvos::Subpass::InputAttachments

Definition at line 61 of file RenderPass.h.

std::vector<uint32_t> talvos::Subpass::PreserveAttachments

Definition at line 64 of file RenderPass.h.

std::vector<uint32_t> talvos::Subpass::ResolveAttachments

Definition at line 63 of file RenderPass.h.