summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_texture_cache_templates.cpp
blob: 00ed0644789fbfc99970a4f29de971c67b7caac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "video_core/renderer_opengl/gl_texture_cache.h"
#include "video_core/texture_cache/texture_cache_templates.h"

namespace VideoCommon {
template class VideoCommon::TextureCache<OpenGL::TextureCacheParams>;
}