texture property
GPUTexture
get
texture
Implementation
GPUTexture get texture => js_util.getProperty(this, 'texture');
set
texture
(GPUTexture newValue)
Implementation
set texture(GPUTexture newValue) {
js_util.setProperty(this, 'texture', newValue);
}