From 2a24b74c12c6d248409dc93b35edbc373d03b29c Mon Sep 17 00:00:00 2001 From: iCatButler Date: Sun, 15 May 2016 16:26:39 +0100 Subject: Implement vertex caching - Try using Blade_Arma's vertex cache to find untracked vertices - Fix GTE_LOG - Add more logging spew - Update debug mode to track cached vertices --- win32/plugins/peopsxgl/gpuPeopsOpenGL.def | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'win32/plugins/peopsxgl/gpuPeopsOpenGL.def') diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def index 88d121ff..a137b62c 100755 --- a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def @@ -34,6 +34,8 @@ EXPORTS GPUsetframelimit @27 GPUvisualVibration @28 GPUaddVertex @29 + GPUpgxpMemory @30 + GPUpgxpCacheVertex @31 - GPUtoggleDebug @31 + GPUtoggleDebug @32 -- cgit v1.2.3