mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 15:31:53 +00:00
make samplercache global and call constructor/destructor
This commit is contained in:
parent
4883fa268f
commit
9bc8d6e02b
4 changed files with 10 additions and 6 deletions
|
@ -20,6 +20,8 @@
|
|||
namespace OGL
|
||||
{
|
||||
|
||||
SamplerCache *g_sampler_cache;
|
||||
|
||||
SamplerCache::SamplerCache()
|
||||
: m_last_max_anisotropy()
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue