(XDK) Simplify DrawVerticeFormats

This commit is contained in:
twinaphex 2014-02-26 06:19:29 +01:00
parent c7daeb29a9
commit 3f54b9fd28

View File

@ -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;