| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCGLBufferUpdateType<T extends JCGLBufferWritableType>
An update that will replace data in a buffer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCGLArrayBufferType
The type of array buffers.
|
interface |
JCGLIndexBufferType
The type of index buffers.
|
| 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. |
static <T extends JCGLBufferWritableType> |
JCGLBufferUpdates.newUpdateReplacingRange(T buffer,
com.io7m.junsigned.ranges.UnsignedRangeInclusiveL range)
Construct an update that will replace the range of bytes given by
range in buffer. |
Copyright © 2015 <code@io7m.com> http://io7m.com