Moved Index and Vertex buffer to a class

This commit is contained in:
Tom
2021-06-09 13:55:45 +02:00
parent 86f61bed6b
commit 90812b2031
16 changed files with 103 additions and 106 deletions

View File

@@ -145,10 +145,16 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\IndexBuffer.cpp" />
<ClCompile Include="src\Main.cpp" />
<ClCompile Include="src\Rernderer.cpp" />
<ClCompile Include="src\VertexBuffer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\IndexBuffer.h" />
<ClInclude Include="src\Main.h" />
<ClInclude Include="src\Renderer.h" />
<ClInclude Include="src\VertexBuffer.h" />
</ItemGroup>
<ItemGroup>
<None Include="res\shaders\Basic.shader" />