adding D3D11 unit tests, removing raw HLSL support

This commit is contained in:
2025-09-12 00:54:15 +02:00
parent 6dd129cf35
commit 62beb8d316
27 changed files with 381 additions and 106 deletions

View File

@@ -2,6 +2,7 @@ local Backend = {
VULKAN = 1,
OPENGL = 2,
OPENGL_ES = 3,
D3D11 = 4,
}
local nzsl_included = false
@@ -143,6 +144,9 @@ local tests = {
add_files("**.nzsl")
end
},
D3D11 = {
option = "d3d11",
},
WebGPU = {
option = "webgpu",
global_custom = function()