sampler property

Implementation

GPUSamplerBindingLayout get sampler => js_util.getProperty(this, 'sampler');
void sampler=(GPUSamplerBindingLayout newValue)

Implementation

set sampler(GPUSamplerBindingLayout newValue) {
  js_util.setProperty(this, 'sampler', newValue);
}