Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Side by Side Diff: cc/output/bsp_compare_result.h

Issue 384083002: WIP BSP Tree for 3D Layer Sorting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed some forgotten debug output Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 #ifndef CC_OUTPUT_BSP_COMPARE_RESULT_H_
5 #define CC_OUTPUT_BSP_COMPARE_RESULT_H_
6
7 namespace cc {
8
9 enum BspCompareResult {
10 BSP_FRONT,
11 BSP_BACK,
12 BSP_SPLIT,
13 BSP_COPLANAR_FRONT,
14 BSP_COPLANAR_BACK,
15 BSP_COPLANAR,
16 };
17
18 } // namespace cc
19
20 #endif // CC_OUTPUT_BSP_COMPARE_RESULT_H_
OLDNEW
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/output/bsp_controller.h » ('j') | cc/output/bsp_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698