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 377 of file VKBuffer.cpp.

378{
379 if (is_host_visible()) {
380 m_dirty_ranges.emplace_back(offset, size);
381 }
382}
Range size
std::vector< std::pair< size_t, size_t > > m_dirty_ranges
Definition VKBuffer.hpp:635
bool is_host_visible() const
Whether this VKBuffer should be host-visible.
Definition VKBuffer.hpp:374

References is_host_visible(), m_dirty_ranges, and size.

Referenced by resize(), and set_data().

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