mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
D3DState: Remove wireframe rasterizer support.
This commit is contained in:
parent
925bbcb85b
commit
c9e469f832
3 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,6 @@ namespace DX11
|
|||
union RasterizerState
|
||||
{
|
||||
BitField<0, 2, D3D11_CULL_MODE> cull_mode;
|
||||
BitField<2, 1, u32> wireframe;
|
||||
|
||||
u32 packed;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue