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

◆ is_host_visible()

bool MayaFlux::Buffers::VKBuffer::is_host_visible ( ) const
inline

Whether this VKBuffer should be host-visible.

Returns
True for staging or uniform buffers, false for device-local types.

Definition at line 374 of file VKBuffer.hpp.

375 {
376 return m_usage == Usage::STAGING
380 }
@ STORAGE_BDA
Storage buffer with device address query support.
@ UNIFORM
Uniform buffer (host-visible)
@ STAGING
Host-visible staging buffer (CPU-writable)
@ UNIFORM_BDA
Uniform buffer with device address query support.

Referenced by clear(), clone_to(), get_data(), get_memory_properties(), mark_dirty_range(), mark_invalid_range(), resize(), and set_data().

+ Here is the caller graph for this function: