SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetBuffers()

std::shared_ptr< VulkanBuffer > & Spices::RendererSubPass::GetBuffers ( const UInt2 & i2)
inline

Get a buffer with index.

Parameters
[in]i2Index of buffer.
Returns
Returns the indexed buffer.

Definition at line 149 of file RendererSubPass.h.

149{ return m_Buffers[i2]; }
std::unordered_map< UInt2, std::shared_ptr< VulkanBuffer > > m_Buffers
All Buffers used this sub pass.