We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 332fe32 + 459dafb commit afa478cCopy full SHA for afa478c
1 file changed
en/03_Drawing_a_triangle/02_Graphics_pipeline_basics/01_Shader_modules.adoc
@@ -326,7 +326,7 @@ CMake function:
326
[,cmake]
327
----
328
function (add_slang_shader_target TARGET)
329
- cmake_parse_arguments ("SHADER" "" "SOURCES" ${ARGN})
+ cmake_parse_arguments ("SHADER" "" "" "SOURCES" ${ARGN})
330
set (SHADERS_DIR ${CMAKE_CURRENT_LIST_DIR}/shaders)
331
set (ENTRY_POINTS -entry vertMain -entry fragMain)
332
add_custom_command (
0 commit comments