SpiecsEngine
Loading...
Searching...
No Matches
◆
AddDepthAttachmentReference()
void Spices::RendererSubPass::AddDepthAttachmentReference
(
const VkAttachmentReference &
attachmentReference
)
Add a Depth Attachment to sub pass.
Parameters
[in]
attachmentReference
VkAttachmentReference.
Definition at line
40
of file
RendererSubPass.cpp
.
43
{
44
SPICES_PROFILE_ZONE
;
45
46
m_DepthAttachmentReference
.push_back(attachmentReference);
47
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::RendererSubPass::m_DepthAttachmentReference
std::vector< VkAttachmentReference > m_DepthAttachmentReference
Sub pass used depth attachment.
Definition
RendererSubPass.h:236
Spices
RendererSubPass
Generated on Sun Mar 8 2026 10:24:49 for SpiecsEngine by
1.10.0