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

Method Shader

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

Constructor

Source from the content-addressed store, hash-verified

35
36// Constructor
37Shader::Shader() : mProgramObjectID(0) {
38
39}
40
41// Constructor with arguments
42Shader::Shader(const std::string vertexShaderFilename, const std::string fragmentShaderFilename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected