Home | History | Annotate | Download | only in glshared

Lines Matching full:attribname

1207 				string attribName = attribPrefix + valueName;
1208 int attribLoc = gl.getAttribLocation(vertexProgramID, attribName.c_str());
1211 log << TestLog::Message << "Warning: no location found for attribute '" << attribName << "'" << TestLog::EndMessage;