Abstract
Readonly
renderableReadonly
renderableProtected
txStatic
Readonly
TRANSITIONAL_Texture states that are considered transitional and should be skipped during cleanup
Get 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.