| 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.getTextureUpdate2D(JCGLTexture2DUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTexture2DUpdateType |
JCGLTLTextureUpdateProvider.getTextureUpdate2D(JCGLTexture2DUsableType t,
JCGLTLTextureDataType data) |
JCGLTextureCubeUpdateType |
JCGLTLTextureUpdateProviderType.getTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTextureCubeUpdateType |
JCGLTLTextureUpdateProvider.getTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data) |
Copyright © 2016 <code@io7m.com> http://io7m.com