summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-05-19 22:25:31 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-05-19 22:25:31 +1000
commitb6a4ac7b2d9d94a25ecdff007f87587512f5711d (patch)
tree588e2eb439be506415f1f807583687d94a27f911 /xmake.lua
parentebee348781e68e61f97c31411512dc0aabab7acb (diff)
cube texture mapping working
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 9b06db0..40ef961 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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})