#include <revolution/gx.h> void GXGetPointSize( u8* size, GXTexOffset* tex_offsets );
| size | Returns the width of the point in units of 1/6th pixel. The 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_offsets parameters of point primitives. The parameters are set using the GXSetPointSize function.
2006/03/01 Initial version.
CONFIDENTIAL