diff options
| author | James Rowe <jroweboy@gmail.com> | 2018-01-11 20:07:44 -0700 |
|---|---|---|
| committer | James Rowe <jroweboy@gmail.com> | 2018-01-12 19:11:03 -0700 |
| commit | 1d28b2e142f845773e2b90e267d9632e196a99b9 (patch) | |
| tree | 027a3586a0fc927731afb3711c328c6dafc8551f /src/video_core/texture/etc1.h | |
| parent | ebf9a784a9f7f4148a669dbb39e7cd50df779a14 (diff) | |
Remove references to PICA and rasterizers in video_core
Diffstat (limited to 'src/video_core/texture/etc1.h')
| -rw-r--r-- | src/video_core/texture/etc1.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/video_core/texture/etc1.h b/src/video_core/texture/etc1.h deleted file mode 100644 index e188b19df..000000000 --- a/src/video_core/texture/etc1.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright 2017 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include "common/common_types.h" -#include "common/vector_math.h" - -namespace Pica { -namespace Texture { - -Math::Vec3<u8> SampleETC1Subtile(u64 value, unsigned int x, unsigned int y); - -} // namespace Texture -} // namespace Pica |
