Skip to content

Commit

Permalink
#5963: Move backend WindingRenderer implementation to libs/render
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 29, 2022
1 parent e864733 commit 4630ab7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion radiantcore/rendersystem/backend/OpenGLShader.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "irender.h"
#include "ishaders.h"
#include "string/string.h"
#include "WindingRenderer.h"
#include "render/WindingRenderer.h"
#include "GeometryRenderer.h"
#include "SurfaceRenderer.h"
#include "DepthFillPass.h"
Expand Down
1 change: 0 additions & 1 deletion tools/msvc/DarkRadiantCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,6 @@
<ClInclude Include="..\..\radiantcore\rendersystem\backend\SceneRenderer.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\backend\SurfaceRenderer.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\backend\TextRenderer.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\backend\WindingRenderer.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\debug\SpacePartitionRenderer.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\GLFont.h" />
<ClInclude Include="..\..\radiantcore\rendersystem\LightingModeRenderResult.h" />
Expand Down
3 changes: 0 additions & 3 deletions tools/msvc/DarkRadiantCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -2340,9 +2340,6 @@
<ClInclude Include="..\..\radiantcore\skins\SkinDeclParser.h">
<Filter>src\skins</Filter>
</ClInclude>
<ClInclude Include="..\..\radiantcore\rendersystem\backend\WindingRenderer.h">
<Filter>src\rendersystem\backend</Filter>
</ClInclude>
<ClInclude Include="..\..\radiantcore\rendersystem\backend\FenceSyncProvider.h">
<Filter>src\rendersystem\backend</Filter>
</ClInclude>
Expand Down
1 change: 1 addition & 0 deletions tools/msvc/libs.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
<ClInclude Include="..\..\libs\render\VertexNCb.h" />
<ClInclude Include="..\..\libs\render\VertexNT.h" />
<ClInclude Include="..\..\libs\render\View.h" />
<ClInclude Include="..\..\libs\render\WindingRenderer.h" />
<ClInclude Include="..\..\libs\RGBAImage.h" />
<ClInclude Include="..\..\libs\scenelib.h" />
<ClInclude Include="..\..\libs\selectionlib.h" />
Expand Down
3 changes: 3 additions & 0 deletions tools/msvc/libs.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@
<ClInclude Include="..\..\libs\string\format.h">
<Filter>string</Filter>
</ClInclude>
<ClInclude Include="..\..\libs\render\WindingRenderer.h">
<Filter>render</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="util">
Expand Down

0 comments on commit 4630ab7

Please sign in to comment.