Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void CheckStatus()
52
{
53
std::string error;
54
if (GetGLError(error))
55
{
56
throw Exception(error.c_str());
57
}
58
}
59
60
void SetTextureParameters(GLenum textureType, Interpolation interpolation)
61
{
Callers
3
CompileShaderText
Function · 0.85
LinkShaders
Function · 0.85
GetTextureMaxWidth
Method · 0.85
Calls
1
GetGLError
Function · 0.85
Tested by
no test coverage detected