| Package | Description |
|---|---|
| com.io7m.jcanephora.core |
Core types and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLBufferUpdate<T> |
JCGLBufferUpdate.Builder.build()
Builds a new
JCGLBufferUpdate. |
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. |
static <T extends JCGLBufferWritableType> |
JCGLBufferUpdate.of(T buffer,
ByteBuffer data,
com.io7m.junsigned.ranges.UnsignedRangeInclusiveL dataUpdateRange)
Construct a new immutable
JCGLBufferUpdate instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com