stepMode property

GPUVertexStepMode get stepMode

Implementation

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

Implementation

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