#include <revolution/gx.h> void GXGetLineWidth( u8* width, GXTexOffset* tex_offsets );
width |
Returns the width of the line in units of 1/6th pixel. 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 the GXSetLineWidth function.
2006/03/01 Initial version.
CONFIDENTIAL