| 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 JCGLTexture2DUpdateType |
JCGLTextureUpdates.newUpdateReplacingAll2D(JCGLTexture2DUsableType t)
Create a new update that will replace the entirety of
t. |
static JCGLTexture2DUpdateType |
JCGLTextureUpdates.newUpdateReplacingArea2D(JCGLTexture2DUsableType t,
com.io7m.jareas.core.AreaInclusiveUnsignedLType area)
Create a new update that will replace the given
area of t. |
| Modifier and Type | Method and Description |
|---|---|
void |
JCGLTextures2DType.texture2DUpdate(JCGLTextureUnitType unit,
JCGLTexture2DUpdateType data)
Replace the contents (or part of the contents) of the texture
data.getTexture() with data. |
Copyright © 2016 <code@io7m.com> http://io7m.com