mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user