Package zombie.core.VBO
Class GLBufferObject15
java.lang.Object
zombie.core.VBO.GLBufferObject15
- All Implemented Interfaces:
IGLBufferObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintvoidglBindBuffer(int int1, int int2) voidglBufferData(int int1, long long1, int int2) voidglBufferData(int int1, ByteBuffer byteBuffer, int int2) voidglDeleteBuffers(int int1) intvoidglGetBufferParameter(int int1, int int2, IntBuffer intBuffer) glMapBuffer(int int1, int int2, long long1, ByteBuffer byteBuffer) booleanglUnmapBuffer(int int1)
-
Constructor Details
-
GLBufferObject15
public GLBufferObject15()
-
-
Method Details
-
GL_ARRAY_BUFFER
public int GL_ARRAY_BUFFER()- Specified by:
GL_ARRAY_BUFFERin interfaceIGLBufferObject
-
GL_ELEMENT_ARRAY_BUFFER
public int GL_ELEMENT_ARRAY_BUFFER()- Specified by:
GL_ELEMENT_ARRAY_BUFFERin interfaceIGLBufferObject
-
GL_STATIC_DRAW
public int GL_STATIC_DRAW()- Specified by:
GL_STATIC_DRAWin interfaceIGLBufferObject
-
GL_STREAM_DRAW
public int GL_STREAM_DRAW()- Specified by:
GL_STREAM_DRAWin interfaceIGLBufferObject
-
GL_BUFFER_SIZE
public int GL_BUFFER_SIZE()- Specified by:
GL_BUFFER_SIZEin interfaceIGLBufferObject
-
GL_WRITE_ONLY
public int GL_WRITE_ONLY()- Specified by:
GL_WRITE_ONLYin interfaceIGLBufferObject
-
glGenBuffers
public int glGenBuffers()- Specified by:
glGenBuffersin interfaceIGLBufferObject
-
glBindBuffer
public void glBindBuffer(int int1, int int2) - Specified by:
glBindBufferin interfaceIGLBufferObject
-
glDeleteBuffers
public void glDeleteBuffers(int int1) - Specified by:
glDeleteBuffersin interfaceIGLBufferObject
-
glBufferData
- Specified by:
glBufferDatain interfaceIGLBufferObject
-
glBufferData
public void glBufferData(int int1, long long1, int int2) - Specified by:
glBufferDatain interfaceIGLBufferObject
-
glMapBuffer
- Specified by:
glMapBufferin interfaceIGLBufferObject
-
glUnmapBuffer
public boolean glUnmapBuffer(int int1) - Specified by:
glUnmapBufferin interfaceIGLBufferObject
-
glGetBufferParameter
- Specified by:
glGetBufferParameterin interfaceIGLBufferObject
-