ISwapChain
Public / Methods
PresentBegin
Begins the process that presents the most recent renderings.
This method should be called as soon as possible after IRenderTarget.Finish has been called.
- See also
PresentEnd
Ends the process that presents the most recent renderings.
This method should be called at the latest possible point in time, which is either before beginning to render a new frame or when entering the idle state, where no more frames will be rendered unless an external stimulus occurs.
- See also