This commit is contained in:
2025-04-05 21:52:53 +02:00
parent 82619762fe
commit ae758c34cd
12 changed files with 205 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ local backends = {
Software = {
option = "software",
default = true,
packages = { "spirv-vm", "cpuinfo" }
packages = { "spirv-vm", "cpuinfo", "spirv-reflect" }
},
OpenGL = {
option = "opengl",