GXGetPointSize

C Specification

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

Arguments

size Returns the width of the point in 1/6 pixels Maximum size is 42.5 pixels
tex_offsets Returns the offset from the vertex texture coordinates to the other corners of the point

Return Values

None.

Description

This function returns the size and tex_offset parameters of point primitives. The parameters are set using GXSetPointSize.

See Also

GXSetPointSize

Revision History

03/01/2006 Initial version.