MCPcopy 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
141void Viewer::onOpenGLBindingsChanged(OpenGLBindings *b)
142{
143 renderShader.gl(b);
144 renderGrayShader.gl(b);
145 rgb.gl(b);
146 ir.gl(b);
147}
148
149bool Viewer::render()
150{

Callers

nothing calls this directly

Calls 1

glMethod · 0.45

Tested by

no test coverage detected