textures: add BC1 and BC3 compressors and recompression setting
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/thread_worker.h"
|
||||
|
||||
namespace Tegra::Texture {
|
||||
|
||||
Common::ThreadWorker& GetThreadWorkers();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user