depthStencilFormat property

GPUTextureFormat depthStencilFormat

Implementation

GPUTextureFormat get depthStencilFormat => GPUTextureFormat.fromValue(
    js_util.getProperty(this, 'depthStencilFormat'));
void depthStencilFormat=(GPUTextureFormat newValue)

Implementation

set depthStencilFormat(GPUTextureFormat newValue) {
  js_util.setProperty(this, 'depthStencilFormat', newValue.value);
}