stripIndexFormat property

GPUIndexFormat stripIndexFormat

Implementation

GPUIndexFormat get stripIndexFormat =>
    GPUIndexFormat.fromValue(js_util.getProperty(this, 'stripIndexFormat'));
void stripIndexFormat=(GPUIndexFormat newValue)

Implementation

set stripIndexFormat(GPUIndexFormat newValue) {
  js_util.setProperty(this, 'stripIndexFormat', newValue.value);
}