texture property

Implementation

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

Implementation

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