G2_SetOBJShape

C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJShape(GXOamAttr * oam, GXOamShape shape);

Arguments

oam Pointer to the location storing the OAM data
shape Specifies the OBJ shape

Return Values

None.

Description

This function specifies the OBJ shape and stores it in *oam. For type GXOamShape, refer to G2_SetOBJAttr.

See Also

G2_SetOBJAttr

Revision History

01/19/2004 Initial version.