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

Method ~GLProgram

shared/glFramework/GLShader.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88GLProgram::~GLProgram()
89{
90 glDeleteProgram(handle_);
91}
92
93void GLProgram::useProgram() const
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected