MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / CheckStatus

Function CheckStatus

src/libutils/oglapphelpers/glsl.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void CheckStatus()
52{
53 std::string error;
54 if (GetGLError(error))
55 {
56 throw Exception(error.c_str());
57 }
58}
59
60void SetTextureParameters(GLenum textureType, Interpolation interpolation)
61{

Callers 3

CompileShaderTextFunction · 0.85
LinkShadersFunction · 0.85
GetTextureMaxWidthMethod · 0.85

Calls 1

GetGLErrorFunction · 0.85

Tested by

no test coverage detected