working on Vulkan descriptor sets

This commit is contained in:
2025-02-19 21:07:16 +01:00
parent 4bbbf4e5dd
commit c8f6245c2c
12 changed files with 127 additions and 36 deletions

View File

@@ -45,6 +45,7 @@ on_run(function()
Name = "empty lines",
Check = function()
local files = table.join(
os.files("Includes/**.h"),
os.files("Sources/**.h"),
os.files("Sources/**.inl"),
os.files("Sources/**.c"),
@@ -88,6 +89,7 @@ on_run(function()
Name = "copyright",
Check = function()
local files = table.join(
os.files("Includes/**.h"),
os.files("Sources/**.h"),
os.files("Sources/**.inl"),
os.files("Sources/**.c"),