SpiecsEngine
Loading...
Searching...
No Matches
◆
AddInputAttachmentReference()
void Spices::RendererSubPass::AddInputAttachmentReference
(
const VkAttachmentReference &
attachmentReference
)
Add a
Input
Attachment to sub pass.
Parameters
[in]
attachmentReference
VkAttachmentReference.
Definition at line
49
of file
RendererSubPass.cpp
.
52
{
53
SPICES_PROFILE_ZONE
;
54
55
m_InputAttachmentReference
.push_back(attachmentReference);
56
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::RendererSubPass::m_InputAttachmentReference
std::vector< VkAttachmentReference > m_InputAttachmentReference
Sub pass used input attachment.
Definition
RendererSubPass.h:241
Spices
RendererSubPass
Generated on Sun Mar 8 2026 10:24:49 for SpiecsEngine by
1.10.0