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

◆ unmap_buffer

std::function<void(void*)> MayaFlux::Registry::Service::BufferService::unmap_buffer

Unmap previously mapped buffer memory.

Parameters
memoryMemory handle to unmap

Invalidates the pointer returned by map_buffer(). Host writes may not be visible to device until flush_range() is called.

Definition at line 48 of file BufferService.hpp.