Fix reaming opengl leftovers
This commit is contained in:
@@ -41,7 +41,6 @@ public class Graphics : EngineModule
|
||||
{
|
||||
case TargetPlatform.Windows:
|
||||
options.PrivateDependencies.Add("GraphicsDeviceNull");
|
||||
//options.PrivateDependencies.Add("GraphicsDeviceOGL");
|
||||
options.PrivateDependencies.Add("GraphicsDeviceDX11");
|
||||
if (VulkanSdk.Instance.IsValid)
|
||||
options.PrivateDependencies.Add("GraphicsDeviceVulkan");
|
||||
|
||||
@@ -48,7 +48,6 @@ public class ShadersCompilation : EngineModule
|
||||
options.PrivateDependencies.Add("ShaderCompilerD3D");
|
||||
if (WindowsPlatformBase.GetSDKs().Any(x => x.Key != WindowsPlatformSDK.v8_1))
|
||||
options.PrivateDependencies.Add("ShaderCompilerDX");
|
||||
//options.PrivateDependencies.Add("ShaderCompilerOGL");
|
||||
options.PrivateDependencies.Add("ShaderCompilerVulkan");
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
|
||||
Reference in New Issue
Block a user