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

Method OpenCLFrame

src/opencl_depth_packet_processor.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147public:
148 OpenCLFrame(OpenCLBuffer *buffer)
149 : Frame(512, 424, 4, (unsigned char*)-1)
150 , buffer(buffer)
151 {
152 data = buffer->data;
153 }
154
155 virtual ~OpenCLFrame()
156 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected