Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ onOpenGLBindingsChanged
Method
onOpenGLBindingsChanged
examples/viewer.cpp:141–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void Viewer::onOpenGLBindingsChanged(OpenGLBindings *b)
142
{
143
renderShader.gl(b);
144
renderGrayShader.gl(b);
145
rgb.gl(b);
146
ir.gl(b);
147
}
148
149
bool Viewer::render()
150
{
Callers
nothing calls this directly
Calls
1
gl
Method · 0.45
Tested by
no test coverage detected