mirror of
https://github.com/libretro/RetroArch
synced 2025-01-25 15:35:29 +00:00
(XDK) Get rid of unused primitive_t struct
This commit is contained in:
parent
ab40e42885
commit
840361b76c
@ -30,16 +30,6 @@
|
||||
#define DFONT_MAX 4096
|
||||
#define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZRHW | D3DFVF_TEX1)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
float rhw;
|
||||
float u;
|
||||
float v;
|
||||
} primitive_t;
|
||||
|
||||
typedef struct DrawVerticeFormats
|
||||
{
|
||||
#if defined(_XBOX1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user