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,7 +2,6 @@ target("D3D11Example")
add_deps("pulse_gpu")
if is_plat("linux") then
set_extension(".x86_64")
add_defines("PULSE_D3D11_COMPILER_UNAVAILABLE")
end
add_files("*.c")
target_end()