blob: c9103858cd5b43554972394ba186941bbb0a720b [file] [log] [blame]
// gpu/ipc/common/capabilities.mojom-lite.js is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 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.
'use strict';
mojo.internal.exportModule('gpu.mojom');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
gpu.mojom.CapabilitiesSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
gpu.mojom.CapabilitiesSpec.$,
'Capabilities',
[
],
[[0, 8],]);
/** @record */
gpu.mojom.Capabilities = class {
constructor() {
}
};