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

Method downloadToBuffer

examples/viewer.h:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void downloadToBuffer(unsigned char *data)
115 {
116 glReadPixels(0, 0, width, height, FormatT::Format, FormatT::Type, data);
117 }
118
119 void flipY()
120 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected