Function ClearVram: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
|video modes = All
|video modes = All
|status      = Active
|status      = Active
|since      = V1
}}
}}


'''Example:'''
Example:
  SetTileTable(my_tile_set);
  SetTileTable(my_tile_set);
  ClearVram();
  ClearVram();

Latest revision as of 21:05, 27 February 2009

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

Example:

SetTileTable(my_tile_set);
ClearVram();