Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ getAttributeLocation
Method
getAttributeLocation
examples/viewer.h:220–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
GLint getAttributeLocation(const std::string& name)
221
{
222
return gl()->glGetAttribLocation(program, name.c_str());
223
}
224
225
void setUniform(const std::string& name, GLint value)
226
{
Callers
1
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected