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

Method gl

src/opengl_depth_packet_processor.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 virtual void onOpenGLBindingsChanged(OpenGLBindings *b) { }
87public:
88 void gl(OpenGLBindings *bindings)
89 {
90 this->bindings = bindings;
91 onOpenGLBindingsChanged(this->bindings);
92 }
93
94 OpenGLBindings *gl()
95 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected