moving compute pass to his own files

This commit is contained in:
2025-01-26 14:21:52 +01:00
parent 95173cabb4
commit 4bbbf4e5dd
13 changed files with 219 additions and 166 deletions

View File

@@ -48,6 +48,7 @@ on_run(function()
os.files("Sources/**.h"),
os.files("Sources/**.inl"),
os.files("Sources/**.c"),
os.files("Sources/**.m"),
os.files("Sources/**.cpp")
)
@@ -90,6 +91,7 @@ on_run(function()
os.files("Sources/**.h"),
os.files("Sources/**.inl"),
os.files("Sources/**.c"),
os.files("Sources/**.m"),
os.files("Sources/**.cpp")
)