MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / loadFloat

Method loadFloat

Source/Shaders/Shader_Program.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void Shader_Program::loadFloat(GLuint location, float value)
32 {
33 glUniform1f(location, value);
34 }
35
36 void Shader_Program::loadVector2(GLuint location, const Vector2& vector)
37 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected