GXGetLineWidth

C Specification

#include <revolution/gx.h>
void GXGetLineWidth( u8* width, GXTexOffset* tex_offsets );

Arguments

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

Return Values

None.

Description

This function returns the width and tex_offsets of line primitives. The line parameters are set using GXSetLineWidth.

See Also

GXSetLineWidth

Revision History

2006/03/01 Initial version.


CONFIDENTIAL