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