getTextureGPU method

dynamic getTextureGPU(
  1. dynamic texture
)

Implementation

getTextureGPU(texture) {
  var textureProperties = this.properties.get(texture);

  return textureProperties.textureGPU;
}