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

◆ destroy_buffer

std::function<void(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::BufferService::destroy_buffer

Destroy a buffer and free its associated memory.

Parameters
bufferBuffer 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().