Skip to content

Commit

Permalink
build: remove some leftover debug spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed May 4, 2024
1 parent b9d5c74 commit 0b2280b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/00-taisei.pkgdir/shader/lasers/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ subdirs = [
# @begin validate
if validate_glsl
foreach fname : glsl_files
message(f'fname: @fname@')
stage = fname.split('.')[-2]

spirv = custom_target(
Expand Down
1 change: 0 additions & 1 deletion resources/00-taisei.pkgdir/shader/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ transpile_glsl = transpile_glsl and validate_glsl
# @begin validate
if validate_glsl
foreach fname : glsl_files
message(f'fname: @fname@')
stage = fname.split('.')[-2]

spirv = custom_target(
Expand Down
1 change: 0 additions & 1 deletion scripts/upkeep/update-glsl-sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

validation_code = '''if validate_glsl
foreach fname : glsl_files
message(f'fname: @fname@')
stage = fname.split('.')[-2]
spirv = custom_target(
Expand Down

0 comments on commit 0b2280b

Please sign in to comment.