| Package | Description |
|---|---|
| com.io7m.jcanephora.async |
Asynchronous resource loading.
|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCGLBufferUpdate<T extends JCGLBufferWritableType>
An update that will replace data in a buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends JCGLBufferWritableType> |
JCGLBufferUpdates.newUpdateReplacingAll(T buffer)
Construct an update that will replace all of the data in
buffer. |
| Modifier and Type | Method and Description |
|---|---|
JCGLBufferUpdate.Builder<T> |
JCGLBufferUpdate.Builder.from(JCGLBufferUpdateType<T> instance)
Fill a builder with attribute values from the provided
JCGLBufferUpdateType instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLArrayBuffersType.arrayBufferUpdate(JCGLBufferUpdateType<JCGLArrayBufferType> u)
Perform the array buffer update
u. |
void |
JCGLIndexBuffersType.indexBufferUpdate(JCGLBufferUpdateType<JCGLIndexBufferType> u)
Perform the index buffer update
u. |
Copyright © 2017 <code@io7m.com> http://io7m.com