adding compute pass

This commit is contained in:
2025-09-10 17:46:53 +02:00
parent 287f18402e
commit ff24a19480
17 changed files with 426 additions and 82 deletions

View File

@@ -2,6 +2,7 @@ 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()