adding D3D11 base, working on Vulkan backend

This commit is contained in:
2024-10-08 09:40:39 +02:00
parent 9f753ecae3
commit 8de4b8677b
21 changed files with 755 additions and 16 deletions

8
Tests/LoadingPulse/xmake.lua git.filemode.normal_file
View File

@@ -0,0 +1,8 @@
target("LoadingPulse")
add_deps("pulse_gpu")
if is_plat("linux") then
set_extension(".x86_64")
end
add_files("main.c")
set_targetdir("build/")
target_end()