summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_texture_cache_base.cpp
blob: 64416fd511707c297353842f21bbc99d52506fe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

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

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