mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(XDK) Simplify DrawVerticeFormats
This commit is contained in:
parent
c7daeb29a9
commit
3f54b9fd28
@ -32,11 +32,10 @@
|
||||
|
||||
typedef struct DrawVerticeFormats
|
||||
{
|
||||
#if defined(_XBOX1)
|
||||
float x, y, z;
|
||||
float rhw;
|
||||
#elif defined(_XBOX360)
|
||||
float x, y;
|
||||
#if defined(_XBOX1)
|
||||
float z;
|
||||
float rhw;
|
||||
#endif
|
||||
float u, v;
|
||||
} DrawVerticeFormats;
|
||||
|
Loading…
x
Reference in New Issue
Block a user