GXGetPointSize

Syntax

#include <revolution/gx.h>

void GXGetPointSize( u8* size, GXTexOffset* tex_offsets );

Arguments

size Returns the width of the point in units of 1/6th pixel. The 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_offsets parameters of point primitives. The parameters are set using the GXSetPointSize function.

See Also

GXSetPointSize

Revision History

2006/03/01 Initial version.


CONFIDENTIAL