|
ComSquare
|
Used to parse easily VRAM Tile information. More...
#include <PPUUtils.hpp>
Public Attributes | |
| struct { | |
| uint16_t posX: 4 | |
| Tile X offset. More... | |
| uint16_t posY: 6 | |
| Tile Y offset. More... | |
| uint16_t palette: 3 | |
| Palette number used by the Tile. More... | |
| uint16_t tilePriority: 1 | |
| True if the Tile has priority. More... | |
| uint16_t horizontalFlip: 1 | |
| True if the Tile need to be horizontally flipped. More... | |
| uint16_t verticalFlip: 1 | |
| True if the Tile need to be vertically flipped. More... | |
| }; | |
| uint16_t | raw = 0 |
Used to parse easily VRAM Tile information.
| struct { ... } |
| uint16_t ComSquare::PPU::Utils::TileData::horizontalFlip |
True if the Tile need to be horizontally flipped.
| uint16_t ComSquare::PPU::Utils::TileData::palette |
Palette number used by the Tile.
| uint16_t ComSquare::PPU::Utils::TileData::posX |
Tile X offset.
| uint16_t ComSquare::PPU::Utils::TileData::posY |
Tile Y offset.
| uint16_t ComSquare::PPU::Utils::TileData::raw = 0 |
| uint16_t ComSquare::PPU::Utils::TileData::tilePriority |
True if the Tile has priority.
| uint16_t ComSquare::PPU::Utils::TileData::verticalFlip |
True if the Tile need to be vertically flipped.
1.8.17