GXGetLineWidth

Syntax

#include <revolution/gx.h>

void GXGetLineWidth( u8* width, GXTexOffset* tex_offsets );

Arguments

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

Return Values

None.

Description

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

See Also

GXSetLineWidth

Revision History

2006/03/01 Initial version.


CONFIDENTIAL