GsClearOt

Initializes an OT

void GsClearOt (
        u_short offset,
        u_short point,
        GsOT *otp
)

Arguments

offset Ordering table offset value
point Ordering table typical Z value
otp Pointer to an ordering table

Return Value

None.

Explanation

The ordering table pointed to by otp is initialized.
offset specifies the Z value used for the start of the ordering table.
point specifies a typical Z value for the entire ordering table and is used to set depth priority when multiple ordering tables are linked together.
The length field of the GsOT structure must be properly set before this function is called so that the size of the ordering table to be cleared can be determined.

See Also

GsOT, GsDrawOt()