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

Method downloadToNewFrame

examples/viewer.h:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 libfreenect2::Frame *downloadToNewFrame()
143 {
144 libfreenect2::Frame *f = new libfreenect2::Frame(width, height, bytes_per_pixel);
145 downloadToBuffer(f->data);
146 flipYBuffer(f->data);
147
148 return f;
149 }
150};
151
152struct ShaderProgram : public WithOpenGLBindings

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected