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