sampleType property

Implementation

GPUTextureSampleType get sampleType =>
    GPUTextureSampleType.fromValue(js_util.getProperty(this, 'sampleType'));
void sampleType=(GPUTextureSampleType newValue)

Implementation

set sampleType(GPUTextureSampleType newValue) {
  js_util.setProperty(this, 'sampleType', newValue.value);
}