| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLIndexBufferType |
JCGLIndexBuffersType.indexBufferAllocate(long indices,
JCGLUnsignedType type,
JCGLUsageHint usage)
Allocate and bind an index buffer of
indices values of type
type, informing the implementation that the buffer will be used in
the manner specified by usage. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLIndexBuffersType.indexBufferDelete(JCGLIndexBufferType a)
Deletes the buffer referenced by
a. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLIndexBuffersType.indexBufferUpdate(JCGLBufferUpdateType<JCGLIndexBufferType> u)
Perform the index buffer update
u. |
Copyright © 2015 <code@io7m.com> http://io7m.com