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

◆ ~VKComputePipeline()

MayaFlux::Core::VKComputePipeline::~VKComputePipeline ( )

Definition at line 11 of file VKComputePipeline.cpp.

12{
13 if (m_pipeline || m_layout) {
15 "VKComputePipeline destroyed without cleanup() - potential leak");
16 }
17}
#define MF_WARN(comp, ctx,...)
@ GraphicsBackend
Graphics/visual rendering backend (Vulkan, OpenGL)
@ Core
Core engine, backend, subsystems.

References MayaFlux::Journal::Core, MayaFlux::Journal::GraphicsBackend, m_layout, m_pipeline, and MF_WARN.