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

◆ ~VKShaderModule()

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

Definition at line 87 of file VKShaderModule.cpp.

88{
89 if (m_module) {
91 "VKShaderModule destroyed without cleanup() - potential leak");
92 }
93}
#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.