Static
filteringSets the default filtering for the Excalibur texture loader, default ImageFiltering.Blended
Static
checkTakes an image and returns if it meets size criteria for hardware
if the image will be supported at runtime
Static
deleteStatic
getGet the WebGL Texture from a source image
Static
hasReturns whether a source image has been loaded as a texture
Static
loadLoads a graphic into webgl and returns it's texture info, a webgl context must be previously registered
Source graphic
Optional
filtering: ImageFiltering{ImageFiltering} The ImageFiltering mode to apply to the loaded texture
Optionally force a texture to be reloaded, useful if the source graphic has changed
Static
register
Manages loading image sources into webgl textures, a unique id is associated with all sources