sampleType property

GPUTextureSampleType get sampleType

Implementation

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

Implementation

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