SpiecsEngine
 
Loading...
Searching...
No Matches

◆ AddDepthAttachmentReference()

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

Add a Depth Attachment to sub pass.

Parameters
[in]attachmentReferenceVkAttachmentReference.

Definition at line 40 of file RendererSubPass.cpp.

43 {
45
46 m_DepthAttachmentReference.push_back(attachmentReference);
47 }
#define SPICES_PROFILE_ZONE
std::vector< VkAttachmentReference > m_DepthAttachmentReference
Sub pass used depth attachment.