diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-12 12:31:24 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-12 12:31:24 +1000 |
commit | d52d39d7843ed2203b001a822efe6d4b692c2642 (patch) | |
tree | fbad88722b0a5c2b4debee3b232b758f5410b4e7 /xmake.lua | |
parent | 677ab09b0dc3b6d9c872b732f8e31543fa2d11bb (diff) |
uniforms working with hardcoded stuff
Diffstat (limited to 'xmake.lua')
-rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ target("core_config") add_rules("compile_glsl_frag_shaders") add_files("assets/shaders/triangle.vert") add_files("assets/shaders/triangle.frag") + add_files("assets/shaders/cube.vert") -- add_files("assets/shaders/*.frag") if is_plat("windows") then add_includedirs("$(env VULKAN_SDK)/Include", {public = true}) |