IndexBufferObjectShaderTest.java | 34 IndexBufferObject ibo;
field in class:IndexBufferObjectShaderTest 41 ibo.dispose();
56 ibo.bind();
58 ibo.unbind();
82 ibo = new IndexBufferObject(true, 3);
83 ibo.setIndices(new short[] {0, 1, 2}, 0, 3);
91 ibo.invalidate();
|