Tweaks
This commit is contained in:
@@ -33,7 +33,6 @@ public abstract class GraphicsDeviceBaseModule : EngineModule
|
|||||||
public class Graphics : EngineModule
|
public class Graphics : EngineModule
|
||||||
{
|
{
|
||||||
private static bool _logMissingVulkanSDK;
|
private static bool _logMissingVulkanSDK;
|
||||||
private static bool _logMissingWindowsSDK;
|
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override void Setup(BuildOptions options)
|
public override void Setup(BuildOptions options)
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ namespace Flax.Deploy
|
|||||||
BuildPlatform(TargetPlatform.UWP, TargetArchitecture.x64);
|
BuildPlatform(TargetPlatform.UWP, TargetArchitecture.x64);
|
||||||
BuildPlatform(TargetPlatform.Windows, TargetArchitecture.x64);
|
BuildPlatform(TargetPlatform.Windows, TargetArchitecture.x64);
|
||||||
BuildPlatform(TargetPlatform.Android, TargetArchitecture.ARM64);
|
BuildPlatform(TargetPlatform.Android, TargetArchitecture.ARM64);
|
||||||
|
BuildPlatform(TargetPlatform.Mac, TargetArchitecture.x64);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user