MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / use

Method use

src/visualization/shader.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void ShaderProgram::use() const {
191 gl_canvas_.glUseProgram(program_);
192}
193
194const char* ShaderProgram::get_texel_format_define() const {
195 using enum TexelChannels;

Callers 5

set_icon_drawing_modeMethod · 0.80
updateMethod · 0.80
drawMethod · 0.80
draw_textMethod · 0.80
drawMethod · 0.80

Calls 1

glUseProgramMethod · 0.80

Tested by

no test coverage detected