D3DState: Remove wireframe rasterizer support.

This commit is contained in:
Jules Blok
2014-12-19 12:48:23 +01:00
parent 925bbcb85b
commit c9e469f832
3 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,6 @@ namespace DX11
union RasterizerState
{
BitField<0, 2, D3D11_CULL_MODE> cull_mode;
BitField<2, 1, u32> wireframe;
u32 packed;
};