MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_attachments()

const std::vector< AttachmentDescription > & MayaFlux::Core::VKRenderPass::get_attachments ( ) const
inline

Get the attachment descriptions used in the render pass.

Returns
A vector of attachment descriptions.

Definition at line 89 of file VKRenderPass.hpp.

89{ return m_attachments; }
std::vector< AttachmentDescription > m_attachments

References m_attachments.