(int vboId, int size, int type,
int stride, int offset)
| 1436 | } |
| 1437 | |
| 1438 | protected void setPointAttribute(int vboId, int size, int type, |
| 1439 | int stride, int offset) { |
| 1440 | setAttributeVBO(offsetLoc, vboId, size, type, false, stride, offset); |
| 1441 | } |
| 1442 | |
| 1443 | |
| 1444 | // *************************************************************************** |
no test coverage detected