summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgpu/gpu_texture_data_layout.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgpu/gpu_texture_data_layout.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgpu/gpu_texture_data_layout.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgpu/gpu_texture_data_layout.idl b/chromium/third_party/blink/renderer/modules/webgpu/gpu_texture_data_layout.idl
deleted file mode 100644
index 7f7a46b165e..00000000000
--- a/chromium/third_party/blink/renderer/modules/webgpu/gpu_texture_data_layout.idl
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2020 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// https://gpuweb.github.io/gpuweb/#dictdef-gputexturedatalayout
-
-dictionary GPUTextureDataLayout {
- GPUSize64 offset = 0;
- GPUSize32 bytesPerRow;
- GPUSize32 rowsPerImage;
-};