Swap chain: Difference between revisions

Content deleted Content added
No edit summary
SmackBot (talk | contribs)
m Tagging and general fixes
Line 2:
{{Cleanup-jargon|date=November 2009}}
__NOTOC__
In [[computer graphics (computer science)|computer graphics]], a '''swap chain''' is a series of virtual [[framebuffer]]s utilized by the [[graphics card]] and graphics [[API]] for [[frame rate]] stabilization and several other functions. The swap chain usually exists in [[Video card#Video memory| graphics memory]], but it can exist in system memory as well. The non-utilization of a swap chain will result in stuttering [[real Time rendering|rendering]], but its existence and utilization are required by many graphics APIs. A swap chain with two buffers is a [[double buffer]], and one with three is a [[triple buffer]].
 
==Function==
Line 25:
==Notes==
<references/>
 
 
{{Uncategorized stub|date=September 2010}}
 
 
{{Compu-graphics-stub}}