Class VertexBuffer

java.lang.Object
processing.opengl.VertexBuffer

public class VertexBuffer extends Object
  • Field Details

    • INIT_VERTEX_BUFFER_SIZE

      protected static final int INIT_VERTEX_BUFFER_SIZE
      See Also:
    • INIT_INDEX_BUFFER_SIZE

      protected static final int INIT_INDEX_BUFFER_SIZE
      See Also:
    • glId

      public int glId
    • pgl

      protected PGL pgl
    • context

      protected int context
  • Method Details

    • create

      protected void create()
    • init

      protected void init(int usage)
    • dispose

      protected void dispose()
    • contextIsOutdated

      protected boolean contextIsOutdated()