1PL_ALWAYS_INLINE
const vk::DescriptorImageInfo& plGALTextureResourceViewVulkan::GetImageInfo(
bool bIsArray)
const
3 PL_ASSERT_DEBUG((bIsArray ? m_resourceImageInfoArray : m_resourceImageInfo).imageView,
"View does not support bIsArray: {}", bIsArray);
4 return bIsArray ? m_resourceImageInfoArray : m_resourceImageInfo;
7PL_ALWAYS_INLINE vk::ImageSubresourceRange plGALTextureResourceViewVulkan::GetRange()
const
12PL_ALWAYS_INLINE
const vk::BufferView& plGALBufferResourceViewVulkan::GetBufferView()
const