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

◆ ~VKShaderModule()

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

Definition at line 54 of file VKShaderModule.cpp.

55{
56 if (m_module) {
58 "VKShaderModule destroyed without cleanup() - potential leak");
59 }
60}
#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.