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

Commit 7f61b6b

Browse files
author
AndrewSt
committed
[Direct3D11] rename RaterizerState.cs => RasterizerState.cs.
1 parent ee1a4a2 commit 7f61b6b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Compile Include="Device1.cs" />
3232
<Compile Include="NamespaceDoc.cs" />
3333
<Compile Include="RasterizerStateDescription.cs" />
34-
<Compile Include="RaterizerState1.cs" />
34+
<Compile Include="RasterizerState1.cs" />
3535
<Compile Include="DeviceContext1.cs" />
3636
<Compile Include="Counter.cs" />
3737
<Compile Include="CounterMetadata.cs" />
@@ -65,7 +65,7 @@
6565
<Compile Include="Predicate.cs" />
6666
<Compile Include="Properties\AssemblyInfo.cs" />
6767
<Compile Include="Query.cs" />
68-
<Compile Include="RaterizerState.cs" />
68+
<Compile Include="RasterizerState.cs" />
6969
<Compile Include="RenderTargetBlendDescription.cs" />
7070
<Compile Include="RenderTargetView.cs" />
7171
<Compile Include="Resource.cs" />

0 commit comments

Comments
 (0)