Metal: Added GPU vendorId/deviceId detection. Fixed #2688.

This commit is contained in:
Бранимир Караџић
2021-12-19 23:11:33 -08:00
parent 1e2ca25424
commit 949142a75f
6 changed files with 144 additions and 43 deletions

View File

@@ -62,7 +62,6 @@ project ("geometryv")
configuration { "osx*" }
linkoptions {
"-framework CoreVideo",
"-framework IOKit",
}
configuration {}
@@ -148,9 +147,10 @@ project ("geometryv")
configuration { "osx*" }
linkoptions {
"-framework Cocoa",
"-framework IOKit",
"-framework Metal",
"-framework QuartzCore",
"-framework OpenGL",
"-framework QuartzCore",
}
configuration { "ios*" }
@@ -158,9 +158,10 @@ project ("geometryv")
linkoptions {
"-framework CoreFoundation",
"-framework Foundation",
"-framework IOKit",
"-framework OpenGLES",
"-framework UIKit",
"-framework QuartzCore",
"-framework UIKit",
}
configuration { "xcode4", "ios" }