depthFailOp property

GPUStencilOperation depthFailOp

Implementation

GPUStencilOperation get depthFailOp =>
    GPUStencilOperation.fromValue(js_util.getProperty(this, 'depthFailOp'));
void depthFailOp=(GPUStencilOperation newValue)

Implementation

set depthFailOp(GPUStencilOperation newValue) {
  js_util.setProperty(this, 'depthFailOp', newValue.value);
}