MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / ~GraphContext

Method ~GraphContext

source/RenderGraph/GraphContext.cpp:150–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 GraphContext::~GraphContext()noexcept
151 {
152#if VK_EXT_debug_utils || VK_EXT_debug_marker
153 for ( auto const & [_, alloc] : m_allocated )
154 {
155 std::stringstream stream;
156 stream << "Leaked [" << alloc.type << "](" << alloc.name << "), allocation stack:\n" << alloc.callstack;
157 Logger::logError( stream.str() );
158 }
159#endif
160 }
161
162#if VK_EXT_debug_utils || VK_EXT_debug_marker
163

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected