VDP1 texture.
#include <srl_vdp1.hpp>
Public Member Functions | |
| Texture () | |
| Construct a new Texture object. | |
| Texture (const uint16_t width, const uint16_t height, const uint16_t address) | |
| Construct a new Texture object. | |
| void * | GetData () |
| Get texture image data. | |
| const TEXTURE * | SglConstPtr () const |
| Get pointer to SGL type. | |
| TEXTURE * | SglPtr () |
| Get pointer to SGL type. | |
Public Attributes | |
| uint16_t | Address |
| Address of the texture. | |
| uint16_t | Height |
| Texture height. | |
| uint16_t | Size |
| Size of the texture for hardware. | |
| uint16_t | Width |
| Texture width. | |