MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / WithOpenGLBindings

Method WithOpenGLBindings

examples/viewer.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 OpenGLBindings *bindings;
23protected:
24 WithOpenGLBindings() : bindings(0) {}
25 virtual ~WithOpenGLBindings() {}
26
27 virtual void onOpenGLBindingsChanged(OpenGLBindings *b) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected