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 02a7355 commit 42222e6Copy full SHA for 42222e6
1 file changed
cmd/tools/vshould-compile-all.v
@@ -81,7 +81,7 @@ fn main() {
81
mut glsl_folders := map[string]bool{}
82
mut pfi := 0
83
for pf, _ in project_folders {
84
- glsl_files := os.glob(os.join_path(pf, '*.glsl'))!
+ glsl_files := os.walk_ext(pf, '.glsl')
85
if glsl_files.len > 0 {
86
if pf !in glsl_folders {
87
log.debug('>>> found .glsl files in ${pf} ... running `v shader ${pf}` ...')
0 commit comments