|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::function<void(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::BufferService::destroy_buffer |
Destroy a buffer and free its associated memory.
| buffer | Buffer handle to destroy |
Automatically handles cleanup of both buffer and memory resources. Safe to call with invalid/null handles (no-op).
Definition at line 26 of file BufferService.hpp.
Referenced by MayaFlux::Buffers::BufferAccessControl::remove_graphics_buffer().