|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::function<void(void*)> MayaFlux::Registry::Service::BufferService::unmap_buffer |
Unmap previously mapped buffer memory.
| memory | Memory 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.