SaturnRingLibrary 0.9.2
SGL wrapper
Loading...
Searching...
No Matches

◆ LoadTilemap() [2/3]

void SRL::VDP2::RBG0::LoadTilemap ( SRL::Tilemap::ITilemap & tilemap,
VDP2::RotationMode mode,
bool LoadPalette = true )
inlinestatic

Simultaneously Configures the desired rotation mode and loads primary tilemap.

Overload to load the primary tilemap and configure its rotation with one function. Calls SetRotationMode() followed by LoadTilemap().

Parameters
tilemapThe tilemap to load
modeThe rotation mode to configure for the tilemap (See SetRotationMode for details)
LoadPalette(optional) enable/disable auto loading of palette data (default = true)