MayaFlux 0.1.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 278 of file VKBuffer.hpp.

279 {
281 }
@ UNIFORM
Uniform buffer (host-visible when requested)
@ STAGING
Host-visible staging buffer (CPU-writable)

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: