MCPcopy Create free account
hub / github.com/comaps/comaps / Reset

Method Reset

dev_sandbox/imgui_renderer.cpp:125–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void ImguiRenderer::Reset()
126{
127 {
128 std::lock_guard<std::mutex> lock(m_textureMutex);
129 m_texture.reset();
130 }
131
132 {
133 std::lock_guard<std::mutex> lock(m_bufferMutex);
134 m_mesh.reset();
135 }
136}
137
138void ImguiRenderer::UpdateTexture()
139{

Callers 1

mainFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected