mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
working on Vulkan descriptor sets
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user