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

◆ cleanup_resource

std::function<void(const std::shared_ptr<void>&)> MayaFlux::Registry::Service::ComputeService::cleanup_resource

Cleanup a compute resource.

Parameters
resourceOpaque resource handle (shader, pipeline, layout, etc.)

Safe to call with any compute resource type. Implementation determines actual resource type and performs appropriate cleanup. No-op for invalid/null handles.

Definition at line 99 of file ComputeService.hpp.