Add Mac platform
This commit is contained in:
@@ -81,6 +81,9 @@ public class Graphics : EngineModule
|
||||
case TargetPlatform.Switch:
|
||||
options.PrivateDependencies.Add("GraphicsDeviceVulkan");
|
||||
break;
|
||||
case TargetPlatform.Mac:
|
||||
options.PrivateDependencies.Add("GraphicsDeviceNull"); // TODO: Graphics support on Mac
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user