Metadata for texture.
#include <srl_vdp1.hpp>
Public Member Functions | |
TextureMetadata () | |
Construct a new Texture Metadata object. | |
TextureMetadata (VDP1::Texture *texture, CRAM::TextureColorMode colorMode, uint32_t palette) | |
Construct a new Texture Metadata object. | |
uint8_t * | GetData () |
Get texture image data. | |
Public Attributes | |
CRAM::TextureColorMode | ColorMode |
Texture color mode. | |
uint16_t | PaletteId |
Identifier of the palette (not used in RGB555) | |
VDP1::Texture * | Texture |
Pointer to texture. | |
|
inline |
|
inline |
Get texture image data.