diff options
Diffstat (limited to 'src/video_core/texture_cache/decode_bc4.h')
| -rw-r--r-- | src/video_core/texture_cache/decode_bc4.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/video_core/texture_cache/decode_bc4.h b/src/video_core/texture_cache/decode_bc4.h deleted file mode 100644 index ab2f735be..000000000 --- a/src/video_core/texture_cache/decode_bc4.h +++ /dev/null @@ -1,15 +0,0 @@ -// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#include <span> - -#include "common/common_types.h" -#include "video_core/texture_cache/types.h" - -namespace VideoCommon { - -void DecompressBC4(std::span<const u8> data, Extent3D extent, std::span<u8> output); - -} // namespace VideoCommon |
