| 134 | } |
| 135 | |
| 136 | CpuPacketPipeline::~CpuPacketPipeline() { } |
| 137 | |
| 138 | #ifdef LIBFREENECT2_WITH_OPENGL_SUPPORT |
| 139 | OpenGLPacketPipeline::OpenGLPacketPipeline(void *parent_opengl_context, bool debug) : parent_opengl_context_(parent_opengl_context), debug_(debug) |
nothing calls this directly
no outgoing calls
no test coverage detected