| 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()); |
nothing calls this directly
no outgoing calls
no test coverage detected