This commit is contained in:
2025-03-01 11:42:28 +01:00
parent 726bbdf389
commit bb287958bd
22 changed files with 414 additions and 150 deletions

View File

@@ -2,8 +2,10 @@ option("examples", { description = "Build the examples", default = false })
if has_config("examples") then
set_group("Examples")
if not is_plat("wasm") then
if not is_plat("wasm") and has_config("vulkan") then
includes("Vulkan/xmake.lua")
end
includes("WebGPU/xmake.lua")
if has_config("webgpu") then
includes("WebGPU/xmake.lua")
end
end