Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ Error
Method
Error
source/globjects/source/Error.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
Error::Error(GLenum errorCode)
15
: m_errorCode(errorCode)
16
{
17
}
18
19
Error::Error()
20
: Error(GL_NO_ERROR)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected