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

Method uniform4fv

src/visualization/shader.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void ShaderProgram::uniform4fv(const std::string& name,
176 const int count,
177 const float* data) const {
178 gl_canvas_.glUniform4fv(
179 static_cast<GLint>(uniforms_.at(name)), count, data);
180}
181
182void ShaderProgram::uniform_matrix4fv(const std::string& name,
183 const int count,

Callers 2

drawMethod · 0.80
draw_textMethod · 0.80

Calls 1

glUniform4fvMethod · 0.80

Tested by

no test coverage detected