mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 05:17:56 +00:00
texture_cache: Split templates out
This commit is contained in:
parent
8a77638f5e
commit
e85149c507
7 changed files with 1533 additions and 1532 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2019 yuzu Emulator Project
|
||||
// Copyright 2021 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2021 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "video_core/renderer_vulkan/vk_texture_cache.h"
|
||||
#include "video_core/texture_cache/texture_cache_templates.h"
|
||||
|
||||
namespace VideoCommon {
|
||||
template class VideoCommon::TextureCache<Vulkan::TextureCacheParams>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue