| 137 | |
| 138 | #ifdef LIBFREENECT2_WITH_OPENGL_SUPPORT |
| 139 | OpenGLPacketPipeline::OpenGLPacketPipeline(void *parent_opengl_context, bool debug) : parent_opengl_context_(parent_opengl_context), debug_(debug) |
| 140 | { |
| 141 | comp_->initialize(getDefaultRgbPacketProcessor(), new OpenGLDepthPacketProcessor(parent_opengl_context_, debug_)); |
| 142 | } |
| 143 | |
| 144 | OpenGLPacketPipeline::~OpenGLPacketPipeline() { } |
| 145 | #endif // LIBFREENECT2_WITH_OPENGL_SUPPORT |
nothing calls this directly
no test coverage detected