MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / ~Shader

Method ~Shader

testbed/opengl-framework/src/Shader.cpp:50–52  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

48
49// Destructor
50Shader::~Shader() {
51 destroy();
52}
53
54// Create the shader
55bool Shader::create(const std::string vertexShaderFilename,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected