calculate texture coordinates

This commit is contained in:
StapleButter
2017-02-28 00:50:54 +01:00
parent fb9dddc360
commit f16d2aec61
5 changed files with 48 additions and 5 deletions

View File

@ -26,6 +26,7 @@ typedef struct
{
s32 Position[4];
s32 Color[3];
s16 TexCoords[2];
bool Clipped;