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

Method gl

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

Source from the content-addressed store, hash-verified

27 virtual void onOpenGLBindingsChanged(OpenGLBindings *b) { }
28public:
29 void gl(OpenGLBindings *bindings)
30 {
31 this->bindings = bindings;
32 onOpenGLBindingsChanged(this->bindings);
33 }
34
35 OpenGLBindings *gl()
36 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected