|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::function<void(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::BufferService::release_fenced |
Release resources associated with a fenced submission.
| handle | Handle 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.