stepMode property

Implementation

GPUVertexStepMode get stepMode =>
    GPUVertexStepMode.fromValue(js_util.getProperty(this, 'stepMode'));
void stepMode=(GPUVertexStepMode newValue)

Implementation

set stepMode(GPUVertexStepMode newValue) {
  js_util.setProperty(this, 'stepMode', newValue.value);
}