Reached shader lessons. Stopping to refactor code.
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="VulkanContext.cpp" />
|
||||
<ClCompile Include="VulkanDebugManager.cpp" />
|
||||
<ClCompile Include="main.cpp" />
|
||||
<ClCompile Include="Logger.cpp" />
|
||||
@@ -139,6 +140,9 @@
|
||||
<ClCompile Include="GlfwWindowManager.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="VulkanGraphicsPipeline.h" />
|
||||
<ClInclude Include="Utilities\FileReader.h" />
|
||||
<ClInclude Include="VulkanContext.h" />
|
||||
<ClInclude Include="VulkanDebugManager.h" />
|
||||
<ClInclude Include="Logger.h" />
|
||||
<ClInclude Include="VulkanDeviceManager.h" />
|
||||
@@ -147,6 +151,8 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".clang-format" />
|
||||
<None Include="Shaders\shader.frag" />
|
||||
<None Include="Shaders\shader.vert" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
Reference in New Issue
Block a user