Info on tile struct.
More...
#include <Tile.hpp>
◆ BaseByteSize
| constexpr int ComSquare::PPU::Tile::BaseByteSize = 0x8 |
|
staticconstexpr |
A base tile size in byte is 0x8.
- Note
- Used like: bpp * BaseByteSize to get the byte size of 1 tile
◆ NbPixelsHeight
| constexpr int ComSquare::PPU::Tile::NbPixelsHeight = 8 |
|
staticconstexpr |
The number of pixel a base tile can have in height.
◆ NbPixelsWidth
| constexpr int ComSquare::PPU::Tile::NbPixelsWidth = 8 |
|
staticconstexpr |
The number of pixel a base tile can have in width.
The documentation for this struct was generated from the following file: