Added Textures

This commit is contained in:
Tom
2021-06-28 15:52:56 +02:00
parent 6a9ac4661c
commit f24aadb438
25 changed files with 7999 additions and 20 deletions

View File

@@ -149,6 +149,8 @@
<ClCompile Include="src\Main.cpp" />
<ClCompile Include="src\Renderer.cpp" />
<ClCompile Include="src\Shader.cpp" />
<ClCompile Include="src\Texture.cpp" />
<ClCompile Include="src\vendor\stb_image\stb_image.cpp" />
<ClCompile Include="src\VertexArray.cpp" />
<ClCompile Include="src\VertexBuffer.cpp" />
</ItemGroup>
@@ -157,6 +159,8 @@
<ClInclude Include="src\Main.h" />
<ClInclude Include="src\Renderer.h" />
<ClInclude Include="src\Shader.h" />
<ClInclude Include="src\Texture.h" />
<ClInclude Include="src\vendor\stb_image\stb_image.h" />
<ClInclude Include="src\VertexArray.h" />
<ClInclude Include="src\VertexBuffer.h" />
<ClInclude Include="src\VertexBufferLayout.h" />
@@ -164,6 +168,9 @@
<ItemGroup>
<None Include="res\shaders\Basic.shader" />
</ItemGroup>
<ItemGroup>
<Image Include="res\textures\ChernoLogo.png" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>