DX11 code maintenance, part 3:

Move rasterizer state management from EmuGfxState to Renderer.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6904 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX
2011-01-24 09:27:16 +00:00
parent 50c1baf8de
commit cd5a2e4cc5
3 changed files with 15 additions and 17 deletions

View File

@ -50,8 +50,6 @@ public:
void SetDstAlpha(bool enable);
D3D11_RASTERIZER_DESC rastdesc;
float psconstants[C_PENVCONST_END*4];
float vsconstants[C_VENVCONST_END*4];
bool vscbufchanged;