MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / ~ShaderProgram

Method ~ShaderProgram

src/visualization/shader.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 : gl_canvas_{gl_canvas} {}
65
66ShaderProgram::~ShaderProgram() noexcept {
67 gl_canvas_.glDeleteProgram(program_);
68}
69
70bool ShaderProgram::is_shader_outdated(const TexelChannels texel_format,
71 const std::vector<std::string>& uniforms,

Callers

nothing calls this directly

Calls 1

glDeleteProgramMethod · 0.80

Tested by

no test coverage detected