Function ClearVram

From Uzebox Wiki
Revision as of 19:39, 27 February 2009 by Uze (talk | contribs)
Jump to navigation Jump to search
Prototype

void ClearVram();

Description

Fills the entire VRAM with tile #0. Before calling this function, you must invoke SetTileTable() to specify the tile set to use.

Parameters

None

Returns

Void

Video Modes

All

Since

V1

Fills the entire VRAM with tile #0. Before calling this function, you must invoke SetTileTable() to specify the tile set to use.


Declaration: void ClearVram();

Parameters: None

Returns: Void

Video Modes Support: All

Status: Active