MCPcopy Create free account
hub / github.com/comaps/comaps / GetAttributeLocation

Method GetAttributeLocation

libs/drape/gl_gpu_program.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int8_t GLGpuProgram::GetAttributeLocation(std::string const & attributeName) const
56{
57 return GLFunctions::glGetAttribLocation(m_programID, attributeName);
58}
59
60int8_t GLGpuProgram::GetUniformLocation(std::string const & uniformName) const
61{

Callers 2

BuildMethod · 0.80
BindBuffersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected