Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
void ShaderProgram::use() const {
191
gl_canvas_.glUseProgram(program_);
192
}
193
194
const char* ShaderProgram::get_texel_format_define() const {
195
using enum TexelChannels;
Callers
5
set_icon_drawing_mode
Method · 0.80
update
Method · 0.80
draw
Method · 0.80
draw_text
Method · 0.80
draw
Method · 0.80
Calls
1
glUseProgram
Method · 0.80
Tested by
no test coverage detected