|
|
@@ -140,6 +140,8 @@
|
|
|
<ClCompile Include="src\Renderer.cpp" />
|
|
|
<ClCompile Include="src\Application.cpp" />
|
|
|
<ClCompile Include="src\VertexBuffer.cpp" />
|
|
|
+ <ClCompile Include="src\VertexArray.cpp" />
|
|
|
+ <ClCompile Include="src\VertexBufferLayout.cpp" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="src\Fragment.frag" />
|
|
|
@@ -149,6 +151,8 @@
|
|
|
<ClInclude Include="src\IndexBuffer.h" />
|
|
|
<ClInclude Include="src\Renderer.h" />
|
|
|
<ClInclude Include="src\VertexBuffer.h" />
|
|
|
+ <ClInclude Include="src\VertexArray.h" />
|
|
|
+ <ClInclude Include="src\VertexBufferLayout.h" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|