mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Metal: Added GPU vendorId/deviceId detection. Fixed #2688.
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user