Difference between revisions of "FrameBuffer"

From polycount
Jump to: navigation, search
(Redirected page to Glossary#Frame Buffer)
(Moving content out of the overly-large Glossary page and back into individual pages)
 
Line 1: Line 1:
#REDIRECT [[Glossary#Frame_Buffer]]
+
The frame buffer is what a video card uses to store the images it [[Render|renders]], while it is rendering them.
 +
 
 +
When it is done rendering, it sends the completed frame to your monitor and starts building the next frame. The amount of frame buffer [[Memory|memory]] a video board has directly impacts which resolutions it can support-- the more memory you've got the higher resolutions your board will support and at higher [[BitDepth|bit depths]].
 +
 
 +
The frame buffer usually stores 2 frames: one is being calculated by the 3D accelerator while the other one is being sent to the monitor. This is called double buffering and delivers smoother animation. For 640x480 resolution with 16 bits color this requires 640x480x16x2 = 9830400 bits of memory or about 1.2 Mb of Frame Buffer memory.
 +
----
 +
[[Category:Glossary]][[Category:Rendering]]

Latest revision as of 14:25, 17 March 2015

The frame buffer is what a video card uses to store the images it renders, while it is rendering them.

When it is done rendering, it sends the completed frame to your monitor and starts building the next frame. The amount of frame buffer memory a video board has directly impacts which resolutions it can support-- the more memory you've got the higher resolutions your board will support and at higher bit depths.

The frame buffer usually stores 2 frames: one is being calculated by the 3D accelerator while the other one is being sent to the monitor. This is called double buffering and delivers smoother animation. For 640x480 resolution with 16 bits color this requires 640x480x16x2 = 9830400 bits of memory or about 1.2 Mb of Frame Buffer memory.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools