Content deleted Content added
m Replaced {{cleanup-jargon}} with {{technical}} |
Aleccawley (talk | contribs) No edit summary |
||
Line 6:
==Function==
[[File:swap chain depiction.svg|thumb|alt=Swap Chain|A graphical depiction of a triple-buffered swap chain.]]
In every swap chain there are at least two buffers. The first framebuffer, the screenbuffer, is the buffer that is [[Rendering (computer graphics)|rendered]] to the [[output]] of the [[video card]]. The remaining buffers are known as backbuffers. Each time a new [[Film frame|frame]] is displayed, the first
===Direct3D===
|