Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ bindAttribute
Method
bindAttribute
src/Shaders/BaseShader.cpp:240–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void BaseShader::bindAttribute(GLuint attribute, std::string variableName) {
241
glBindAttribLocation(ProgramID, attribute, variableName.c_str());
242
}
243
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected