public interface JCGLTLTextureUpdateProviderType
| Modifier and Type | Method and Description |
|---|---|
JCGLTexture2DUpdateType |
createTextureUpdate2D(JCGLTexture2DUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTextureCubeUpdateType |
createTextureUpdateCube(JCGLTextureCubeUsableType t,
JCGLTLTextureDataType data)
Populate and return a texture update for
t using the contents of
data. |
JCGLTexture2DUpdateType createTextureUpdate2D(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 createTextureUpdateCube(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 © 2017 <code@io7m.com> http://io7m.com