diff options
Diffstat (limited to 'src/video_core/swrasterizer/proctex.h')
| -rw-r--r-- | src/video_core/swrasterizer/proctex.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/video_core/swrasterizer/proctex.h b/src/video_core/swrasterizer/proctex.h deleted file mode 100644 index 036e4620e..000000000 --- a/src/video_core/swrasterizer/proctex.h +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | // Copyright 2017 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 5 | #include "common/common_types.h" | ||
| 6 | #include "common/vector_math.h" | ||
| 7 | #include "video_core/pica_state.h" | ||
| 8 | |||
| 9 | namespace Pica { | ||
| 10 | namespace Rasterizer { | ||
| 11 | |||
| 12 | /// Generates procedural texture color for the given coordinates | ||
| 13 | Math::Vec4<u8> ProcTex(float u, float v, TexturingRegs regs, State::ProcTex state); | ||
| 14 | |||
| 15 | } // namespace Rasterizer | ||
| 16 | } // namespace Pica | ||