diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-28 15:59:36 -0800 |
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-12 18:08:11 -0800 |
| commit | e24717bca04a51fe185e5dbbb4918e31c923e8fa (patch) | |
| tree | 2895fb88f190a7cc49ef19835cff6aa3d85fc3ff /src/video_core/clipper.h | |
| parent | e10b11a5d06de6efd1ccb39a0ed6bb602761df6d (diff) | |
VideoCore: Move software rasterizer files to sub-directory
Diffstat (limited to 'src/video_core/clipper.h')
| -rw-r--r-- | src/video_core/clipper.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/video_core/clipper.h b/src/video_core/clipper.h deleted file mode 100644 index b51af0af9..000000000 --- a/src/video_core/clipper.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -namespace Pica { - -namespace Shader { -struct OutputVertex; -} - -namespace Clipper { - -using Shader::OutputVertex; - -void ProcessTriangle(const OutputVertex& v0, const OutputVertex& v1, const OutputVertex& v2); - -} // namespace - -} // namespace |
