stencilStoreOp property

GPUStoreOp stencilStoreOp

Implementation

GPUStoreOp get stencilStoreOp =>
    GPUStoreOp.fromValue(js_util.getProperty(this, 'stencilStoreOp'));
void stencilStoreOp=(GPUStoreOp newValue)

Implementation

set stencilStoreOp(GPUStoreOp newValue) {
  js_util.setProperty(this, 'stencilStoreOp', newValue.value);
}