(int vboId, int size, int type,
int stride, int offset)
| 1431 | } |
| 1432 | |
| 1433 | protected void setLineAttribute(int vboId, int size, int type, |
| 1434 | int stride, int offset) { |
| 1435 | setAttributeVBO(directionLoc, vboId, size, type, false, stride, offset); |
| 1436 | } |
| 1437 | |
| 1438 | protected void setPointAttribute(int vboId, int size, int type, |
| 1439 | int stride, int offset) { |
no test coverage detected