Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ Texture
Method
Texture
examples/viewer.h:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
size_t size;
69
70
Texture() : bytes_per_pixel(FormatT::BytesPerPixel), height(0), width(0), texture(0), data(0), size(0)
71
{
72
}
73
74
void bindToUnit(GLenum unit)
75
{
Callers
1
init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected