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

◆ cleanup_compute_resource()

void MayaFlux::Core::BackendPipelineManager::cleanup_compute_resource ( void *  resource)

Cleanup a compute resource allocated by the backend.

Parameters
resourcePointer to the resource to cleanup

Definition at line 119 of file BackendPipelineManager.cpp.

120{
121 // Resource will be cleaned up via shared_ptr destruction
122 // If you need explicit cleanup, add it here
124 "Cleanup compute resource requested (handled by shared_ptr)");
125}
#define MF_DEBUG(comp, ctx,...)
@ GraphicsBackend
Graphics/visual rendering backend (Vulkan, OpenGL)
@ Core
Core engine, backend, subsystems.

References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, and MF_DEBUG.

Referenced by setup_backend_service().

+ Here is the caller graph for this function: