fxr plugin update and fixes

This commit is contained in:
2022-03-28 21:14:49 +03:00
parent e7d10d256e
commit 3ee7dddfd3
8 changed files with 69 additions and 10 deletions

View File

@@ -23,6 +23,9 @@ public class Game : GameModule
options.ScriptingAPI.IgnoreMissingDocumentationWarnings = true;
//options.CompileEnv.PreprocessorDefinitions.Add("COMPILE_WITH_CSG_BUILDER");
//options.PublicDefinitions.Add("COMPILE_WITH_CSG_BUILDER");
options.PublicDependencies.Add("FidelityFXFSR");
base.Setup(options);
// Here you can modify the build options for your game module