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

Method Texture

src/opengl_depth_packet_processor.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 size_t size;
298
299 Texture() : bytes_per_pixel(FormatT::BytesPerPixel), height(0), width(0), texture(0), data(0), size(0)
300 {
301 }
302
303 ~Texture()
304 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected