mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon: Implement passive stereoscopic 3D
This commit is contained in:
parent
99a4ca8de7
commit
c513bb5309
6 changed files with 57 additions and 15 deletions
|
@ -94,6 +94,7 @@ public:
|
|||
virtual ~PostProcessing();
|
||||
|
||||
static std::vector<std::string> GetShaderList();
|
||||
static std::vector<std::string> GetPassiveShaderList();
|
||||
static std::vector<std::string> GetAnaglyphShaderList();
|
||||
|
||||
PostProcessingConfiguration* GetConfig() { return &m_config; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue