Cleanup descriptor layout handling
This commit is contained in:
@@ -5,7 +5,7 @@ rm Shaders.c
|
||||
rm *.spv
|
||||
|
||||
for f in ./* ; do
|
||||
if [[ "$f" != *.sh ]]
|
||||
if [[ "$f" != *.sh ]] && [[ "$f" != *.hpp ]] && [[ "$f" != *.cpp ]]
|
||||
then
|
||||
glslang -V $f -o $f.spv
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user