hlsli reorganization

This commit is contained in:
lightling 2022-03-19 16:55:22 -04:00
parent a4bfd4e0c3
commit 66e2741912
Signed by: lightling
GPG key ID: 016F11E0AA296B67
11 changed files with 177 additions and 154 deletions

View file

@ -128,7 +128,16 @@
</CopyFileToFolders>
</ItemGroup>
<ItemGroup>
<None Include="Includes.hlsli">
<None Include="Helpers.hlsli">
<Filter>Shaders</Filter>
</None>
<None Include="ThirdPartyFunctions.hlsli">
<Filter>Shaders</Filter>
</None>
<None Include="Defines.hlsli">
<Filter>Shaders</Filter>
</None>
<None Include="Lights.hlsli">
<Filter>Shaders</Filter>
</None>
</ItemGroup>