adding device selection, buffer creation and pipeline creation to Metal backend

This commit is contained in:
2025-09-07 01:04:15 +02:00
parent 231e8f2687
commit e9f01cf268
27 changed files with 848 additions and 16 deletions

4
Examples/Metal/xmake.lua git.filemode.normal_file
View File

@@ -0,0 +1,4 @@
target("MetalExample")
add_deps("pulse_gpu")
add_files("*.c")
target_end()