1
0

First steps

Rendering a blue background using DirectX9
This commit is contained in:
2023-05-10 17:28:36 +02:00
parent 9b923834e1
commit 1ecccf3c99
2 changed files with 55 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ project "LearnDirectX"
targetdir "bin/%{cfg.buildcfg}"
architecture "x64"
links {"glfw3"}
links {"glfw3", "d3d9"}
libdirs{ "vendor/GLFW/lib"}
includedirs {"vendor/GLFW/include"}