public interface JCGLTLTextureUpdateProviderType
| Modifier and Type | Method and Description |
|---|---|
JCGLTexture2DUpdateType |
getTextureUpdate2D(JCGLTexture2DUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTextureCubeUpdateType |
getTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTexture2DUpdateType getTextureUpdate2D(JCGLTexture2DUsableType t, JCGLTLTextureDataType data)
t using the contents of
data. The width and height of data must be less than or
equal to the width and height of t.t - The texturedata - The update dataJCGLTextureCubeUpdateType getTextureUpdateCube(JCGLTextureCubeUsableType t, JCGLTLTextureDataType data)
t using the contents of
data. The width and height of data must be less than or
equal to the width and height of t.t - The texturedata - The update dataCopyright © 2016 <code@io7m.com> http://io7m.com