getTextureGPU method
dynamic
getTextureGPU(
- dynamic texture
Implementation
getTextureGPU(texture) {
var textureProperties = this.properties.get(texture);
return textureProperties.textureGPU;
}