MCPcopy Create free account
hub / github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook / useProgram

Method useProgram

shared/glFramework/GLShader.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void GLProgram::useProgram() const
94{
95 glUseProgram(handle_);
96}
97
98GLenum GLShaderTypeFromFileName(const char* fileName)
99{

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
renderMethod · 0.80
flushMethod · 0.80
drawMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected