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

◆ ~VKGraphicsPipeline()

MayaFlux::Core::VKGraphicsPipeline::~VKGraphicsPipeline ( )

Definition at line 135 of file VKGraphicsPipeline.cpp.

136{
137 if (m_pipeline || m_layout) {
139 "VKGraphicsPipeline destroyed without cleanup() - potential leak");
140 }
141}
#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.