|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Attach a GPU execution backend.
When set and ready, apply_operation_internal delegates to the backend instead of operation_function. The CPU implementation in operation_function remains the automatic fallback when no backend is attached or GPU initialisation has not yet succeeded.
| backend | Configured GpuExecutionContext instance. |
Definition at line 191 of file ComputeOperation.hpp.