mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 10:47:51 -05:00
textures: add BC1 and BC3 compressors and recompression setting
This commit is contained in:
12
src/video_core/textures/workers.h
Normal file
12
src/video_core/textures/workers.h
Normal file
@ -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