| Package | Description |
|---|---|
| com.io7m.jcanephora.async |
Asynchronous resource loading.
|
| com.io7m.jcanephora.texture.loader.awt |
AWT implementation of the texture loading interfaces.
|
| com.io7m.jcanephora.texture.loader.core |
Core texture loading interfaces and types.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLTLTextureDataType |
JCGLAWTTextureDataProvider.loadFromStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
JCGLTLTextureDataType |
JCGLTLTextureDataProviderType.loadFromStream(InputStream is)
Load an image from the given stream.
|
| Modifier and Type | Method and Description |
|---|---|
JCGLTexture2DUpdateType |
JCGLTLTextureUpdateProviderType.createTextureUpdate2D(JCGLTexture2DUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTexture2DUpdateType |
JCGLTLTextureUpdateProvider.createTextureUpdate2D(JCGLTexture2DUsableType t,
JCGLTLTextureDataType data) |
JCGLTextureCubeUpdateType |
JCGLTLTextureUpdateProviderType.createTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTextureCubeUpdateType |
JCGLTLTextureUpdateProvider.createTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data) |
Copyright © 2017 <code@io7m.com> http://io7m.com