summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/externals.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2017-03-17 21:35:45 +0000
committeriCatButler <i.am.catbutler@gmail.com>2017-03-17 21:35:45 +0000
commit53a4511c71a9ccc310725a9d7f8097b41b48e64e (patch)
treeac6d4231a6d3db9fe68ba13b962302ab0d9455c5 /plugins/peopsxgl/externals.h
parentd7a31360f90c1ef79587018e54ae9665831b7f12 (diff)
downloadpcsxr-53a4511c71a9ccc310725a9d7f8097b41b48e64e.tar.gz
Add support for new visualisations
- vertex colour - new primitive type encoding Now displays semi-transparent as coloured wireframe to allow them to be visible without corrupting the colour information.
Diffstat (limited to 'plugins/peopsxgl/externals.h')
-rwxr-xr-xplugins/peopsxgl/externals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/peopsxgl/externals.h b/plugins/peopsxgl/externals.h
index 89c19743..1d82bf4f 100755
--- a/plugins/peopsxgl/externals.h
+++ b/plugins/peopsxgl/externals.h
@@ -195,6 +195,7 @@ typedef struct OGLVertexTag
} c;
unsigned int PGXP_flag;
+ unsigned int Vert_ID;
} OGLVertex;
typedef union EXShortTag