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

◆ mark_dirty_range()

void MayaFlux::Buffers::VKBuffer::mark_dirty_range ( size_t  offset,
size_t  size 
)

Get device memory handle.

Definition at line 386 of file VKBuffer.cpp.

387{
388 if (is_host_visible()) {
389 m_dirty_ranges.emplace_back(offset, size);
390 }
391}
std::vector< std::pair< size_t, size_t > > m_dirty_ranges
Definition VKBuffer.hpp:649
bool is_host_visible() const
Whether this VKBuffer should be host-visible.
Definition VKBuffer.hpp:369

References is_host_visible(), and m_dirty_ranges.

Referenced by resize(), and set_data().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: