mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-28 14:00:41 -04:00
make samplercache global and call constructor/destructor
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
SamplerCache *g_sampler_cache;
|
||||
|
||||
SamplerCache::SamplerCache()
|
||||
: m_last_max_anisotropy()
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user