texture property

GPUTexture texture

Implementation

GPUTexture get texture => js_util.getProperty(this, 'texture');
void texture=(GPUTexture newValue)

Implementation

set texture(GPUTexture newValue) {
  js_util.setProperty(this, 'texture', newValue);
}