|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLBuffer
Method Summary | |
---|---|
void |
bind(javax.media.opengl.GL gl)
Try to load this buffer as an VBO into OpenGL. |
void |
dispose(javax.media.opengl.GL gl)
Releases all of the native OpenGL resources used by this buffer. |
boolean |
isBindable(javax.media.opengl.GL gl)
Finds out if the buffer can be loaded as an VBO into OpenGL. |
boolean |
isVBO()
Finds out if this buffer is loaded as an VBO into OpenGL or not. |
Methods inherited from interface jjdh.opengl.core.interfaces.GLSwitchable |
---|
disable, enable |
Method Detail |
---|
boolean isBindable(javax.media.opengl.GL gl)
gl
- an interface to OpenGL
void bind(javax.media.opengl.GL gl)
gl
- an interface to OpenGLboolean isVBO()
void dispose(javax.media.opengl.GL gl)
|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |