depthFailOp property
GPUStencilOperation
get
depthFailOp
Implementation
GPUStencilOperation get depthFailOp =>
GPUStencilOperation.fromValue(js_util.getProperty(this, 'depthFailOp'));
set
depthFailOp
(GPUStencilOperation newValue)
Implementation
set depthFailOp(GPUStencilOperation newValue) {
js_util.setProperty(this, 'depthFailOp', newValue.value);
}