stencilStoreOp property

GPUStoreOp get stencilStoreOp

Implementation

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

Implementation

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