Page 1 of 1

Minimum Vertex Size

Posted: Tue Apr 11, 2006 6:11 am
by starman2049
Has anyone noticed that there appears to be a minimum vertex size?

Code: Select all

GU_TEXTURE_16BIT|GU_VERTEX_16BIT|GU_TRANSFORM_3D
Does not seem to work for me, but:

Code: Select all

GU_TEXTURE_16BIT|GU_COLOR_5551|GU_VERTEX_16BIT|GU_TRANSFORM_3D
does work.

I have made sure my padding is correct for both cases. Has anyone else seen this or is it just me?

Posted: Tue Apr 11, 2006 7:40 am
by Drakonite
ps2sdk doesn't have any defines that start with GU_ so I dunno what you are smoking.