#include <revolution/gx.h>void GXGetPointSize( u8* size, GXTexOffset* tex_offsets );size |
Returns the width of the point in 1/6 pixels Maximum size is 42.5 pixels |
tex_offsets |
Returns the offset from the vertex texture coordinates to the other corners of the point |
None.
This function returns the size and tex_offset parameters of point primitives. The parameters are set using GXSetPointSize.
03/01/2006 Initial version.