Abstract
Readonly
dimensionsThe dimensions of the texture
Readonly
errorReadonly
renderableReadonly
renderableProtected
txGet the texture data for this texture.
The texture data for this texture.
Abstract
getGet the texture source for this texture.
Optional
onOptional
errorOrDimensions: Error | DimensionsStatic
makeStatic
resolve
Represents a source of texture data for a CoreContextTexture.
Remarks
Texture sources are used to populate a CoreContextTexture when that texture is loaded. Texture data retrieved by the CoreContextTexture by the
getTextureData
method. It's the responsibility of the concereteTexture
subclass to implement this method appropriately.