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