(int vboId, int size, int type,
int stride, int offset)
| 1406 | } |
| 1407 | |
| 1408 | protected void setTexcoordAttribute(int vboId, int size, int type, |
| 1409 | int stride, int offset) { |
| 1410 | setAttributeVBO(texCoordLoc, vboId, size, type, false, stride, offset); |
| 1411 | } |
| 1412 | |
| 1413 | protected void setAmbientAttribute(int vboId, int size, int type, |
| 1414 | int stride, int offset) { |
no test coverage detected