Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ Viewer
Method
Viewer
examples/viewer.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
Viewer::Viewer() : shader_folder(
"src/shader/"
),
6
win_width(600),
7
win_height(400)
8
{
9
}
10
11
static void glfwErrorCallback(int error, const char* description)
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected