Abstract
Readonly
destroyedIf resource has been destroyed.
true
if resource is created by BaseTexture
useful for doing cleanup with BaseTexture destroy
and not cleaning up resources that were created
externally.
The url of the resource
The height of the resource.
Has been validated
The width of the resource.
Bind to a parent BaseTexture
Parent texture
Set the style, optional to override
yeah, renderer!
the texture
texture instance for this webgl context
true
is successUnbind to a parent BaseTexture
Parent texture
Abstract
uploadUploads the texture or returns false if it cant for some reason. Override this.
yeah, renderer!
the texture
texture instance for this webgl context
Static
test
Base resource class for textures that manages validation and uploading, depending on its type.
Uploading of a base texture to the GPU is required.
Memberof
PIXI