MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / Unbind

Method Unbind

ZEngine/src/Shader.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void Shader::Unbind() const {
52 glUseProgram(0);
53 }
54
55 GLuint Shader::GetIdentifier() const {
56 return m_program;

Callers 2

RunMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected