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

◆ ~VKShaderModule()

MayaFlux::Core::VKShaderModule::~VKShaderModule ( )

Definition at line 146 of file VKShaderModule.cpp.

147{
148 if (m_module) {
150 "VKShaderModule destroyed without cleanup() - potential leak");
151 }
152}
#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_module, and MF_WARN.