Closed RAX7 closed 2 years ago
In some workflows, changing the file extension is undesirable. This may break some build utilities and waste time fixing them. This PR adds support for compound extensions such as *.vert.glsl or *.fs.glsl.
*.vert.glsl
*.fs.glsl
Thanks for your contribution! If I'll have enough time, at the weekend I create a new release with this and with the updated packages.
In some workflows, changing the file extension is undesirable. This may break some build utilities and waste time fixing them. This PR adds support for compound extensions such as
*.vert.glsl
or*.fs.glsl
.