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

Method downloadToBuffer

src/opengl_depth_packet_processor.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 void downloadToBuffer(unsigned char *data)
357 {
358 glReadPixels(0, 0, width, height, FormatT::Format, FormatT::Type, data);
359 CHECKGL();
360 }
361
362 void flipY()
363 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected