MayaFlux 0.1.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 344 of file VKBuffer.cpp.

345{
346 if (is_host_visible()) {
347 m_dirty_ranges.emplace_back(offset, size);
348 }
349}
std::vector< std::pair< size_t, size_t > > m_dirty_ranges
Definition VKBuffer.hpp:452
bool is_host_visible() const
Whether this VKBuffer should be host-visible.
Definition VKBuffer.hpp:278

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: