WIP updates for direct render testing. Currently ImGui draws, but basically off into space and nothing is visible. Working on porting some reshade logic to see if we can get away with simple additional targets and msaa handling

This commit is contained in:
meli 2019-12-28 18:24:54 -08:00
parent c618626345
commit 661e79aa2f
4 changed files with 108 additions and 29 deletions

View file

@ -84,8 +84,8 @@ namespace Dalamud {
this.WinSock2 = new WinSockHandlers();
this.InterfaceManager = new InterfaceManager();
this.InterfaceManager.Start();
this.InterfaceManager = new InterfaceManager(this, this.sigScanner);
//this.InterfaceManager.Start();
try {
this.PluginManager.LoadPlugins();