Plasma Engine
2.0
Loading...
Searching...
No Matches
RenderTargetViewVulkan_inl.h
1
2
3
PL_ALWAYS_INLINE vk::ImageView plGALRenderTargetViewVulkan::GetImageView()
const
4
{
5
return
m_imageView;
6
}
7
8
PL_ALWAYS_INLINE
bool
plGALRenderTargetViewVulkan::IsFullRange()
const
9
{
10
return
m_bfullRange;
11
}
12
13
PL_ALWAYS_INLINE vk::ImageSubresourceRange plGALRenderTargetViewVulkan::GetRange()
const
14
{
15
return
m_range;
16
}
Code
Engine
RendererVulkan
Resources
Implementation
RenderTargetViewVulkan_inl.h
Generated by
1.11.0