We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f018086 commit e3bfc9bCopy full SHA for e3bfc9b
Intern/rayx-ui/CMakeLists.txt
@@ -71,6 +71,8 @@ if(Vulkan_FOUND)
71
# ---- Compile Shaders ----
72
# Function to compile shaders
73
function(compile_shaders target shaders_dir)
74
+ set(OUTPUT_DIR "${CMAKE_BINARY_DIR}/bin/shaders")
75
+ file(MAKE_DIRECTORY ${OUTPUT_DIR})
76
# Get a list of all shader files in the specified directory
77
file(GLOB SHADER_FILES "${shaders_dir}/*.frag" "${shaders_dir}/*.vert")
78
0 commit comments