blob: 7c6793659e9f3e6037428e2c7574880ec21579c1 [file] [log] [blame]
// Copyright 2019 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/
dictionary GPUExtent3DDict {
GPUIntegerCoordinate width = 1;
GPUIntegerCoordinate height = 1;
GPUIntegerCoordinate depthOrArrayLayers = 1;
// Deprecated
GPUIntegerCoordinate depth;
};