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

◆ ~VKShaderModule()

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

Definition at line 74 of file VKShaderModule.cpp.

75{
76 if (m_module) {
78 "VKShaderModule destroyed without cleanup() - potential leak");
79 }
80}
#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.