MCPcopy Create free account
hub / github.com/TomClabault/HIPRT-Path-Tracer / OpenGLProgram

Method OpenGLProgram

src/OpenGL/OpenGLProgram.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15public:
16 OpenGLProgram() : m_program(-1) { }
17 OpenGLProgram(OpenGLProgram& other) = delete;
18 OpenGLProgram(const OpenGLShader& vertex);
19 OpenGLProgram(const OpenGLShader& compiled_vertex, const OpenGLShader& compiled_fragment);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected