MayaFlux 0.3.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 337 of file VKBuffer.cpp.

338{
339 if (is_host_visible()) {
340 m_dirty_ranges.emplace_back(offset, size);
341 }
342}
std::vector< std::pair< size_t, size_t > > m_dirty_ranges
Definition VKBuffer.hpp:539
bool is_host_visible() const
Whether this VKBuffer should be host-visible.
Definition VKBuffer.hpp:294

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: