GsDrawOt

Execute drawing commands associated with an OT

void GsDrawOt (
        GsOT *otp
)

Arguments

otp Pointer to an ordering table

Return Value

None.

Explanation

The drawing commands that are entered in the ordering table pointed to by otp are executed.
Drawing is performed by the GPU.
GsDrawOt() is a non-blocking function and returns immediately.
The actual drawing is performed in the background.

Notes

This function does not execute correctly if it is called when GPU drawing is in progress. ResetGraph(1) should be used to terminate any current drawing process or DrawSync(0) should be used to wait until drawing is completed before this function is called.

See Also

GsOT, GsClearOt()