blob: a7c0731526431130da4ec67fa43a06653f82209f [file] [log] [blame]
// gpu/ipc/common/dx_diag_node.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.DxDiagNodeSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
gpu.mojom.DxDiagNodeSpec.$,
'DxDiagNode',
[
mojo.internal.StructField(
'values', 0,
0,
mojo.internal.Map(mojo.internal.String, mojo.internal.String, false),
null,
false /* nullable */),
mojo.internal.StructField(
'children', 8,
0,
mojo.internal.Map(mojo.internal.String, gpu.mojom.DxDiagNodeSpec.$, false),
null,
false /* nullable */),
],
[[0, 24],]);
/** @record */
gpu.mojom.DxDiagNode = class {
constructor() {
/** @export { !Object<!string, !string> } */
this.values;
/** @export { !Object<!string, !gpu.mojom.DxDiagNode> } */
this.children;
}
};