Class GLVertexBufferObject

java.lang.Object
zombie.core.VBO.GLVertexBufferObject

public class GLVertexBufferObject
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static IGLBufferObject funcs  
  • Constructor Summary

    Constructors
    Constructor Description
    GLVertexBufferObject​(int int1, int int2)  
    GLVertexBufferObject​(long long1, int int1, int int2)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    void create()  
    protected void doDestroy()  
    int getID()  
    static void init()  
    boolean isMapped()  
    java.nio.ByteBuffer map()  
    java.nio.ByteBuffer map​(int int1)  
    void orphan()  
    void render()  
    java.lang.String toString()  
    boolean unmap()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • GLVertexBufferObject

      public GLVertexBufferObject​(long long1, int int1, int int2)
    • GLVertexBufferObject

      public GLVertexBufferObject​(int int1, int int2)
  • Method Details

    • init

      public static void init()
    • create

      public void create()
    • clear

      public void clear()
    • doDestroy

      protected void doDestroy()
    • map

      public java.nio.ByteBuffer map​(int int1)
    • map

      public java.nio.ByteBuffer map()
    • orphan

      public void orphan()
    • unmap

      public boolean unmap()
    • isMapped

      public boolean isMapped()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • render

      public void render()
    • getID

      public int getID()