mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00: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:
parent
50c1baf8de
commit
cd5a2e4cc5
3 changed files with 15 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue