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

Class ChangeCurrentOpenGLContext

src/opengl_depth_packet_processor.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49{
50
51struct ChangeCurrentOpenGLContext
52{
53 GLFWwindow *last_ctx;
54
55 ChangeCurrentOpenGLContext(GLFWwindow *new_context);
56 ~ChangeCurrentOpenGLContext();
57};
58
59ChangeCurrentOpenGLContext::ChangeCurrentOpenGLContext(GLFWwindow *new_context)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected