Improved RenderableCache item invalidation, Added Performance Statistics window

This commit is contained in:
dexy
2018-12-05 16:23:34 +11:00
Unverified
parent 9f701ee44b
commit 0c4001fa4b
10 changed files with 851 additions and 30 deletions
+1
View File
@@ -17,6 +17,7 @@ namespace CodeWalker.Rendering
private DXForm Form;
private GameFileCache gameFileCache;
private RenderableCache renderableCache;
public RenderableCache RenderableCache { get { return renderableCache; } }
private DXManager dxman = new DXManager();
public DXManager DXMan { get { return dxman; } }