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;
};