Class VBOBuffer

java.lang.Object
zombie.core.VBO.VBOBuffer

public class VBOBuffer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    VBOBuffer()  
  • Method Summary

    Modifier and Type Method Description
    static void bufferData​(int int1, java.nio.FloatBuffer floatBuffer)  
    static void bufferElementData​(int int1, java.nio.IntBuffer intBuffer)  
    static int createVBOID()  
    static void draw()  
    static void init()  
    static void render()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VBOBuffer

      public VBOBuffer()
  • Method Details

    • init

      public static void init()
    • createVBOID

      public static int createVBOID()
    • bufferData

      public static void bufferData​(int int1, java.nio.FloatBuffer floatBuffer)
    • bufferElementData

      public static void bufferElementData​(int int1, java.nio.IntBuffer intBuffer)
    • draw

      public static void draw()
    • render

      public static void render()