GsGetWorkBase

Gets the base address of the drawing command area

PACKET *GsGetWorkBase (
        void
)

Arguments

None.

Return Value

The address of the first packet in the drawing command work area is returned.

Explanation

The address of the first packet in the drawing command work area is obtained and its value is returned. Note that the type PACKET is defined as an unsigned char in libps.h.

See Also

GsSetWorkBase(), GsOUT_PACKET_P