type property
GPUSamplerBindingType
get
type
Implementation
GPUSamplerBindingType get type =>
GPUSamplerBindingType.fromValue(js_util.getProperty(this, 'type'));
set
type
(GPUSamplerBindingType newValue)
Implementation
set type(GPUSamplerBindingType newValue) {
js_util.setProperty(this, 'type', newValue.value);
}