depthStencil property
GPUDepthStencilState
get
depthStencil
Implementation
GPUDepthStencilState get depthStencil =>
js_util.getProperty(this, 'depthStencil');
set
depthStencil
(GPUDepthStencilState newValue)
Implementation
set depthStencil(GPUDepthStencilState newValue) {
js_util.setProperty(this, 'depthStencil', newValue);
}