| uint32_t Spices::RendererPass::AddAttachment | ( | const std::string & | attachmentName, |
| const VkAttachmentDescription & | description, | ||
| uint32_t | layers, | ||
| const VkClearValue & | clearValue ) |
Add a attachment to this renderer pass.
| [in] | attachmentName | The name of attachment. |
| [in] | description | The description of attachment. |
| [in] | layers | The layers of attachment. |
| [in] | clearValue | The clear value of attachment. |
Definition at line 47 of file RendererPass.cpp.
References m_IsSwapChainImageInUse.