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

#include "video_core/buffer_cache/buffer_cache.h"
#include "video_core/renderer_opengl/gl_buffer_cache.h"

namespace VideoCommon {
template class VideoCommon::BufferCache<OpenGL::BufferCacheParams>;
}