Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ deallocate
Method
deallocate
examples/viewer.h:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void deallocate()
97
{
98
glDeleteTextures(1, &texture);
99
delete[] data;
100
}
101
102
void upload()
103
{
Callers
1
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected