| Package | Description |
|---|---|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLArrayBufferType |
JCGLArrayBuffersType.arrayBufferAllocate(long size,
JCGLUsageHint usage)
Allocate and bind an array buffer of
size bytes, informing the
implementation that the buffer will be used in the manner specified by
usage. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayBuffersType.arrayBufferDelete(JCGLArrayBufferType a)
Deletes the buffer referenced by
a. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayBuffersType.arrayBufferUpdate(JCGLBufferUpdateType<JCGLArrayBufferType> u)
Perform the array buffer update
u. |
Copyright © 2015 <code@io7m.com> http://io7m.com