()
| 58 | } |
| 59 | |
| 60 | protected void create() { |
| 61 | context = pgl.getCurrentContext(); |
| 62 | glres = new GLResourceVertexBuffer(this); |
| 63 | } |
| 64 | |
| 65 | protected void init() { |
| 66 | int size = index ? ncoords * INIT_INDEX_BUFFER_SIZE * elementSize : |
no test coverage detected