getSampler method

dynamic getSampler(
  1. dynamic texture
)

Implementation

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

  return textureProperties.samplerGPU;
}