From b5a738748175a460f856a1ed8a2e29fa26ebfb14 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Tue, 10 May 2016 21:34:27 +0100 Subject: Add PGXP visual debug mode Toggles using F11 Red = low precision Blue = high precision Yellow = Sprite --- plugins/peopsxgl/externals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/peopsxgl/externals.h') diff --git a/plugins/peopsxgl/externals.h b/plugins/peopsxgl/externals.h index a3f0a20f..89c19743 100755 --- a/plugins/peopsxgl/externals.h +++ b/plugins/peopsxgl/externals.h @@ -193,6 +193,8 @@ typedef struct OGLVertexTag unsigned char col[4]; unsigned int lcol; } c; + + unsigned int PGXP_flag; } OGLVertex; typedef union EXShortTag -- cgit v1.2.3