diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-05-19 22:25:31 +1000 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-05-19 22:25:31 +1000 |
commit | b6a4ac7b2d9d94a25ecdff007f87587512f5711d (patch) | |
tree | 588e2eb439be506415f1f807583687d94a27f911 /xmake.lua | |
parent | ebee348781e68e61f97c31411512dc0aabab7acb (diff) |
cube texture mapping working
Diffstat (limited to 'xmake.lua')
-rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ target("core_config") add_files("assets/shaders/triangle.vert") add_files("assets/shaders/triangle.frag") add_files("assets/shaders/cube.vert") + add_files("assets/shaders/cube.frag") -- add_files("assets/shaders/*.frag") if is_plat("windows") then add_includedirs("$(env VULKAN_SDK)/Include", {public = true}) |