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

Method loadInt

Source/Shaders/Shader_Program.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void Shader_Program::loadInt(GLuint location, int value)
27 {
28 glUniform1i(location, value);
29 }
30
31 void Shader_Program::loadFloat(GLuint location, float value)
32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected