MCPcopy Create free account
hub / github.com/DISTRHO/DPF / contextCreationFail

Function contextCreationFail

dgl/src/OpenGL3.cpp:854–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854static void contextCreationFail(const GLuint program, const GLuint shader1, const GLuint shader2)
855{
856 glDeleteProgram(program);
857 glDeleteShader(shader1);
858 glDeleteShader(shader2);
859}
860
861void Window::PrivateData::createContextIfNeeded()
862{

Callers 1

createContextIfNeededMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected