blob: a14bd3891d7c457431088b30f983b43b55a6732b [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 GPUShaderModuleDescriptor : GPUObjectDescriptorBase {
// TODO(crbug.com/1069302): Remove SPIR-V support, change this to USVString.
required (USVString or Uint32Array) code;
};