GsDrawOtExecute drawing commands associated with an OT | |||
Arguments
Return ValueNone.ExplanationThe 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. NotesThis 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 AlsoGsOT, GsClearOt() |