Fix GPU: MSL sources not considered by make format

This commit is contained in:
Clément Foucault
2023-09-01 10:40:07 +02:00
parent cc5dd9e3d3
commit 05816e6f7a
2 changed files with 33 additions and 28 deletions
@@ -37,7 +37,7 @@ extensions = (
".c", ".cc", ".cpp", ".cxx",
".h", ".hh", ".hpp", ".hxx",
".m", ".mm",
".osl", ".glsl",
".osl", ".glsl", ".msl",
)
extensions_only_retab = (