mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Metal: Added GPU vendorId/deviceId detection. Fixed #2688.
This commit is contained in:
@@ -133,8 +133,9 @@ function bgfxProjectBase(_kind, _defines)
|
||||
buildoptions { "-x objective-c++" } -- additional build option for osx
|
||||
linkoptions {
|
||||
"-framework Cocoa",
|
||||
"-framework QuartzCore",
|
||||
"-framework IOKit",
|
||||
"-framework OpenGL",
|
||||
"-framework QuartzCore",
|
||||
"-weak_framework Metal",
|
||||
"-weak_framework MetalKit",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user