SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
TileSet Struct Reference

Tile set structure which contains tiles definition.
Use the unpackTileSet() method to unpack if compression is enabled. More...

#include <vdp_tile.h>

Public Attributes

u16 compression
 
u16 numTile
 
u32tiles
 

Detailed Description

Tile set structure which contains tiles definition.
Use the unpackTileSet() method to unpack if compression is enabled.

Parameters
compressioncompression type, accepted values:
COMPRESSION_NONE
COMPRESSION_APLIB
COMPRESSION_LZ4W
numTilenumber of tile in the tiles buffer.
tilesTiles data (packed or not depending compression field).

The documentation for this struct was generated from the following file: