blob: 0cb37890de3a4646f0a97ff6e692c28bfca676e0 [file] [log] [blame]
// gpu/ipc/common/capabilities.mojom-lite-for-compile.js is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* @suppress {missingRequire}
*/
'use strict';
goog.require('mojo.internal');
goog.provide('gpu.mojom.CapabilitiesSpec');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
gpu.mojom.CapabilitiesSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
goog.provide('gpu.mojom.GLCapabilitiesSpec');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
gpu.mojom.GLCapabilitiesSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
gpu.mojom.CapabilitiesSpec.$,
'Capabilities',
[
],
[[0, 8],]);
goog.provide('gpu.mojom.Capabilities');
/** @record */
gpu.mojom.Capabilities = class {
constructor() {
}
};
mojo.internal.Struct(
gpu.mojom.GLCapabilitiesSpec.$,
'GLCapabilities',
[
],
[[0, 8],]);
goog.provide('gpu.mojom.GLCapabilities');
/** @record */
gpu.mojom.GLCapabilities = class {
constructor() {
}
};