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

View File

@@ -40,7 +40,7 @@ bool VulkanInitLoader()
const char* libnames[] = {
"vulkan-1.dll"
};
#elif defined(PULSE_PLAT_MACOS)
#elif defined(PULSE_PLAT_APPLE)
const char* libnames[] = {
"libvulkan.dylib",
"libvulkan.1.dylib",