| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayBuffersType.arrayBufferReallocate(JCGLArrayBufferUsableType a)
Reallocate the storage associated with the array buffer
a. |
void |
JCGLArrayBuffersType.arrayBufferUpdate(JCGLBufferUpdateType<JCGLArrayBufferType> u)
Perform the array buffer update
u. |
void |
JCGLDrawType.drawElements(JCGLPrimitives p)
Draw primitives of type
p, taking the data from each currently
active vertex attribute using elements taken from the currently bound index
buffer. |
void |
JCGLDrawType.drawElementsInstanced(JCGLPrimitives p,
int instances)
Draw
instances copies of primitives of type p, taking
the data from each currently active vertex attribute using elements taken
from the currently bound index buffer. |
void |
JCGLIndexBuffersType.indexBufferReallocate(JCGLIndexBufferUsableType i)
Reallocate the storage associated with the index buffer
i. |
void |
JCGLIndexBuffersType.indexBufferUpdate(JCGLBufferUpdateType<JCGLIndexBufferType> u)
Perform the index buffer update
u. |
Copyright © 2016 <code@io7m.com> http://io7m.com