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