| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| com.io7m.jcanephora.core.api |
Type-safe OpenGL interfaces.
|
| 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. |
| 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 © 2016 <code@io7m.com> http://io7m.com