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

◆ is_host_visible()

bool MayaFlux::Core::VKImage::is_host_visible ( ) const
inline

Whether this image should be host-visible (staging images)

Returns
True for staging images, false for device-local

Definition at line 196 of file VKImage.hpp.

196{ return m_usage == Usage::STAGING; }
@ STAGING
Host-visible staging image (rare)

Referenced by get_memory_properties().

+ Here is the caller graph for this function: