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

◆ get_image()

vk::Image MayaFlux::Core::VKImage::get_image ( ) const
inline

Get VkImage handle (VK_NULL_HANDLE if not initialized)

Definition at line 108 of file VKImage.hpp.

108{ return m_resources.image; }
VKImageResources m_resources
Definition VKImage.hpp:205