|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Check if a service is available.
| Interface | The service interface type to check |
Thread-safe. Useful for capability detection without error handling. Note: Service availability can change between has_service() and get_service() calls due to concurrent unregistration.
Example: if (registry.has_service<IComputeService>()) { // Compute shaders available }
Definition at line 140 of file BackendRegistry.hpp.