mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
D3D: Add 3D vision support.
This commit is contained in:
parent
e53705784b
commit
a689db0e48
7 changed files with 64 additions and 5 deletions
|
@ -49,7 +49,8 @@ enum StereoMode
|
|||
STEREO_OFF = 0,
|
||||
STEREO_SBS,
|
||||
STEREO_TAB,
|
||||
STEREO_ANAGLYPH
|
||||
STEREO_ANAGLYPH,
|
||||
STEREO_3DVISION = STEREO_ANAGLYPH
|
||||
};
|
||||
|
||||
// NEVER inherit from this class.
|
||||
|
@ -151,6 +152,7 @@ struct VideoConfig final
|
|||
bool bSupportsPrimitiveRestart;
|
||||
bool bSupportsOversizedViewports;
|
||||
bool bSupportsStereoscopy;
|
||||
bool bSupports3DVision;
|
||||
bool bSupportsEarlyZ; // needed by PixelShaderGen, so must stay in VideoCommon
|
||||
bool bSupportsBindingLayout; // Needed by ShaderGen, so must stay in VideoCommon
|
||||
bool bSupportsBBox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue