adding software computer base

This commit is contained in:
2025-03-02 21:37:17 +01:00
parent 93a69d37e9
commit 9771dcc530
25 changed files with 539 additions and 25 deletions

View File

@@ -29,6 +29,11 @@ local backends = {
add_packages("wgpu-native")
end
end
},
Software = {
option = "software",
default = true,
packages = { "spirv-vm" }
}
}