Sign in
chromium
/
chromium
/
src
/
e6d181417ea462ac221d768c960a21018266a4a8
/
.
/
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
;
};