D3D: Removed cull mode changes for lines and points

Fixed include order and whitespace
This commit is contained in:
Yuriy O'Donnell
2014-10-29 09:52:08 +01:00
parent 6e9226650d
commit 0e18e9e80d
4 changed files with 5 additions and 10 deletions

View File

@ -300,7 +300,7 @@ private:
ID3D11VertexShader* vertexShader;
ID3D11GeometryShader* geometryShader;
};
Resources m_pending;
Resources m_current;
};