| 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 JCGLTextureCubeUpdateType |
JCGLTextureUpdates.newUpdateReplacingAllCube(JCGLTextureCubeUsableType t)
Create a new update that will replace the entirety of one face of
t. |
static JCGLTextureCubeUpdateType |
JCGLTextureUpdates.newUpdateReplacingAreaCube(JCGLTextureCubeUsableType 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 |
JCGLTexturesCubeType.textureCubeUpdateLH(JCGLTextureUnitType unit,
JCGLCubeMapFaceLH face,
JCGLTextureCubeUpdateType data)
Replace the contents (or part of the contents) of the face
face
of the cube map texture data.getTexture() with data,
assuming a cube map that uses a left-handed coordinate system (the OpenGL
default). |
default void |
JCGLTexturesCubeType.textureCubeUpdateRH(JCGLTextureUnitType unit,
JCGLCubeMapFaceRH face,
JCGLTextureCubeUpdateType data)
Replace the contents (or part of the contents) of the face
face
of the cube map texture data.getTexture() with data,
assuming a cube map that uses a right-handed coordinate system. |
Copyright © 2015 <code@io7m.com> http://io7m.com