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

◆ release_fenced

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

Release resources associated with a fenced submission.

Parameters
handleHandle returned by execute_fenced.

Destroys the fence and frees the command buffer. Caller must have already observed completion via wait_fenced() (or equivalent) before calling this. No-op if handle is null.

Definition at line 146 of file BufferService.hpp.