mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 13:29:15 -05:00
VideoCommon: De-globalize PixelShaderManager class.
This commit is contained in:
@@ -12,14 +12,6 @@
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "VideoCommon/XFMemory.h"
|
||||
|
||||
bool PixelShaderManager::s_bFogRangeAdjustChanged;
|
||||
bool PixelShaderManager::s_bViewPortChanged;
|
||||
bool PixelShaderManager::s_bIndirectDirty;
|
||||
bool PixelShaderManager::s_bDestAlphaDirty;
|
||||
|
||||
PixelShaderConstants PixelShaderManager::constants;
|
||||
bool PixelShaderManager::dirty;
|
||||
|
||||
void PixelShaderManager::Init()
|
||||
{
|
||||
constants = {};
|
||||
|
||||
Reference in New Issue
Block a user