MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / ~ShaderDebugger

Method ~ShaderDebugger

src/ShaderDebugger.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 m_type = sd::ShaderType::Vertex;
16 }
17 ShaderDebugger::~ShaderDebugger()
18 {
19 m_clear();
20 }
21 bv_variable ShaderDebugger::Execute(const std::string& func, bv_stack* args)
22 {
23 bv_function* funcPtr = bv_program_get_function(m_prog, func.c_str());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected