depthStencil property

GPUDepthStencilState depthStencil

Implementation

GPUDepthStencilState get depthStencil =>
    js_util.getProperty(this, 'depthStencil');
void depthStencil=(GPUDepthStencilState newValue)

Implementation

set depthStencil(GPUDepthStencilState newValue) {
  js_util.setProperty(this, 'depthStencil', newValue);
}