GsSwapDispBuffSwaps double buffers | |
ArgumentsNone.Return ValueNone.ExplanationThe display buffer and drawing buffer that were defined using GsDefDispBuff() are swapped.Swapping is usually performed immediately after the start of the vertical blanking interval. GsSwapDispBuff() performs the following functions:
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 AlsoGsDefDispBuff() |