SpiecsEngine
 
Loading...
Searching...
No Matches

◆ AddInputAttachmentReference()

void Spices::RendererSubPass::AddInputAttachmentReference ( const VkAttachmentReference & attachmentReference)

Add a Input Attachment to sub pass.

Parameters
[in]attachmentReferenceVkAttachmentReference.

Definition at line 49 of file RendererSubPass.cpp.

52 {
54
55 m_InputAttachmentReference.push_back(attachmentReference);
56 }
#define SPICES_PROFILE_ZONE
std::vector< VkAttachmentReference > m_InputAttachmentReference
Sub pass used input attachment.