diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2017-03-17 21:35:45 +0000 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2017-03-17 21:35:45 +0000 |
| commit | 53a4511c71a9ccc310725a9d7f8097b41b48e64e (patch) | |
| tree | ac6d4231a6d3db9fe68ba13b962302ab0d9455c5 /plugins/peopsxgl/externals.h | |
| parent | d7a31360f90c1ef79587018e54ae9665831b7f12 (diff) | |
| download | pcsxr-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-x | plugins/peopsxgl/externals.h | 1 |
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 |
