Fix reaming opengl leftovers
This commit is contained in:
@@ -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