Package zombie.core.VBO
Interface IGLBufferObject
- All Known Implementing Classes:
GLBufferObject15,GLBufferObjectARB
public interface IGLBufferObject
-
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)
-
Method Details
-
GL_ARRAY_BUFFER
int GL_ARRAY_BUFFER() -
GL_ELEMENT_ARRAY_BUFFER
int GL_ELEMENT_ARRAY_BUFFER() -
GL_STATIC_DRAW
int GL_STATIC_DRAW() -
GL_STREAM_DRAW
int GL_STREAM_DRAW() -
GL_BUFFER_SIZE
int GL_BUFFER_SIZE() -
GL_WRITE_ONLY
int GL_WRITE_ONLY() -
glGenBuffers
int glGenBuffers() -
glBindBuffer
void glBindBuffer(int int1, int int2) -
glDeleteBuffers
void glDeleteBuffers(int int1) -
glBufferData
-
glBufferData
void glBufferData(int int1, long long1, int int2) -
glMapBuffer
-
glUnmapBuffer
boolean glUnmapBuffer(int int1) -
glGetBufferParameter
-