MayaFlux 0.2.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 340 of file VKBuffer.cpp.

341{
342 if (is_host_visible()) {
343 m_dirty_ranges.emplace_back(offset, size);
344 }
345}
std::vector< std::pair< size_t, size_t > > m_dirty_ranges
Definition VKBuffer.hpp:473
bool is_host_visible() const
Whether this VKBuffer should be host-visible.
Definition VKBuffer.hpp:292

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: