summaryrefslogtreecommitdiff
path: root/chromium/third_party/dawn/examples/SampleUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/dawn/examples/SampleUtils.cpp')
-rw-r--r--chromium/third_party/dawn/examples/SampleUtils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/dawn/examples/SampleUtils.cpp b/chromium/third_party/dawn/examples/SampleUtils.cpp
index 0e38786344d..17b7c9e7c57 100644
--- a/chromium/third_party/dawn/examples/SampleUtils.cpp
+++ b/chromium/third_party/dawn/examples/SampleUtils.cpp
@@ -189,7 +189,6 @@ wgpu::TextureView CreateDefaultDepthStencilView(const wgpu::Device& device) {
descriptor.size.width = 640;
descriptor.size.height = 480;
descriptor.size.depth = 1;
- descriptor.arrayLayerCount = 1;
descriptor.sampleCount = 1;
descriptor.format = wgpu::TextureFormat::Depth24PlusStencil8;
descriptor.mipLevelCount = 1;