D3D: Add anaglyph stereoscopy support.

This commit is contained in:
Jules Blok
2014-11-29 21:55:14 +01:00
parent 4b3e784949
commit b06280e866
5 changed files with 30 additions and 4 deletions

View File

@ -30,6 +30,7 @@ public:
static ID3D11PixelShader* GetColorCopyProgram(bool multisampled);
static ID3D11PixelShader* GetDepthMatrixProgram(bool multisampled);
static ID3D11PixelShader* GetClearProgram();
static ID3D11PixelShader* GetAnaglyphProgram();
static ID3D11PixelShader* ReinterpRGBA6ToRGB8(bool multisampled);
static ID3D11PixelShader* ReinterpRGB8ToRGBA6(bool multisampled);