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