SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsUseSwapChain()

bool Spices::RendererPass::IsUseSwapChain ( ) const
inline

Determine whether the RendererPass is using swapchain image.

Returns
Returns true if the RendererPass is using swapchain image.

Definition at line 120 of file RendererPass.h.

120{ return m_IsSwapChainImageInUse; }
bool m_IsSwapChainImageInUse
True if the RendererPass is using swapchain image.

References m_IsSwapChainImageInUse.