Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Direct3D11] rename RaterizerState.cs => RasterizerState.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSt committed Jun 2, 2016
1 parent ee1a4a2 commit 7f61b6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Compile Include="Device1.cs" />
<Compile Include="NamespaceDoc.cs" />
<Compile Include="RasterizerStateDescription.cs" />
<Compile Include="RaterizerState1.cs" />
<Compile Include="RasterizerState1.cs" />
<Compile Include="DeviceContext1.cs" />
<Compile Include="Counter.cs" />
<Compile Include="CounterMetadata.cs" />
Expand Down Expand Up @@ -65,7 +65,7 @@
<Compile Include="Predicate.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Query.cs" />
<Compile Include="RaterizerState.cs" />
<Compile Include="RasterizerState.cs" />
<Compile Include="RenderTargetBlendDescription.cs" />
<Compile Include="RenderTargetView.cs" />
<Compile Include="Resource.cs" />
Expand Down

0 comments on commit 7f61b6b

Please sign in to comment.