|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::function<void(std::function<void(void*)>)> MayaFlux::Registry::Service::BufferService::execute_immediate |
Execute commands immediately with synchronization.
| recorder | Lambda that records commands into command buffer |
The backend handles:
Blocks until GPU operations complete. Thread-safe.
Example: service->execute_immediate([&](CommandBuffer cmd) { // Record copy, clear, or other operations });
Definition at line 90 of file BufferService.hpp.