blob: 45e662aca78e7b06b24f6bd1966edd1497ed6f99 [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 GPUImageCopyBuffer : GPUImageDataLayout {
required GPUBuffer buffer;
};