end of file

This commit is contained in:
Jonas Sorgenfrei
2022-04-04 01:48:17 +02:00
parent c6385183b3
commit 801be81baa
10 changed files with 455 additions and 6 deletions

View File

@@ -182,6 +182,7 @@ set(GUEST_ARTICLES
#8.guest/2021/3.tessellation/terrain_gpu_dist
#8.guest/2021/3.tessellation/terrain_cpu_src
8.guest/2021/4.dsa
8.guest/2022/5.computeshader_helloworld
)
configure_file(configuration/root_directory.h.in configuration/root_directory.h)
@@ -205,6 +206,7 @@ function(create_project_from_sources chapter demo)
"src/${chapter}/${demo}/*.vs"
"src/${chapter}/${demo}/*.fs"
"src/${chapter}/${demo}/*.gs"
"src/${chapter}/${demo}/*.comp"
)
if (demo STREQUAL "")
SET(replaced "")
@@ -235,6 +237,7 @@ function(create_project_from_sources chapter demo)
# "src/${chapter}/${demo}/*.frag"
"src/${chapter}/${demo}/*.fs"
"src/${chapter}/${demo}/*.gs"
"src/${chapter}/${demo}/*.comp"
)
foreach(SHADER ${SHADERS})
if(WIN32)