- java.lang.Object
-
- processing.opengl.VertexBuffer
-
public class VertexBuffer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intcontextintglIdprotected static intINIT_INDEX_BUFFER_SIZEprotected static intINIT_VERTEX_BUFFER_SIZEprotected PGLpgl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancontextIsOutdated()protected voidcreate()protected voiddispose()protected voidinit()
-
-
-
Field Detail
-
INIT_VERTEX_BUFFER_SIZE
protected static final int INIT_VERTEX_BUFFER_SIZE
- See Also:
- Constant Field Values
-
INIT_INDEX_BUFFER_SIZE
protected static final int INIT_INDEX_BUFFER_SIZE
- See Also:
- Constant Field Values
-
glId
public int glId
-
pgl
protected PGL pgl
-
context
protected int context
-
-