(int vboId, int size, int type,
int stride, int offset)
| 1401 | } |
| 1402 | |
| 1403 | protected void setNormalAttribute(int vboId, int size, int type, |
| 1404 | int stride, int offset) { |
| 1405 | setAttributeVBO(normalLoc, vboId, size, type, false, stride, offset); |
| 1406 | } |
| 1407 | |
| 1408 | protected void setTexcoordAttribute(int vboId, int size, int type, |
| 1409 | int stride, int offset) { |
no test coverage detected