Sign in
chromium
/
chromium
/
src
/
dd5dd98f5f59f4f53274308ec0a7dca74aba6525
/
.
/
cc
/
ipc
/
render_pass_id.mojom
blob: 90eee184925025d5d948c49e6af692ec5ec2a04e [
file
] [
log
] [
blame
]
// Copyright 2016 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.
module
cc
.
mojom
;
struct
RenderPassId
{
int32 layer_id
;
uint32 index
;
};