|
VRAM an acronym for Video RAM. Generally a term used in computers to
describe RAM dedicated to the purpose of displaying bitmap graphics in raster graphics hardware. Video RAM is usually physically separate from the main RAM residing
in a computer system. This is not always the case as in some systems the VRAM is shared with the system RAM.
The term VRAM is used more specifically to describe a type of dual-ported RAM used in high performance raster graphics hardware. In a raster graphics system, the VRAM is
called upon to constantly refresh the display, and at the same time be responsive to modifications from the host system. Dual
Ported VRAM can provide data for the refresh system at the same time as allowing accesses from the host to modify data in that
VRAM for higher performance.
|