Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glGetString
Function
glGetString
source/glbinding/source/gl/functions_g.cpp:1941–1944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1939
}
1940
1941
const GLubyte * glGetString(GLenum name)
1942
{
1943
return glbinding::Binding::GetString(name);
1944
}
1945
1946
const GLubyte * glGetStringi(GLenum name, GLuint index)
1947
{
Callers
3
extensions
Function · 0.85
renderer
Method · 0.85
vendor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected