Home | History | Annotate | Download | only in glshared

Lines Matching refs:attribName

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