SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
TryLoadTexture()
[1/3]
static int32_t SRL::VDP1::TryLoadTexture
(
const uint16_t
width
,
const uint16_t
height
,
const
CRAM::TextureColorMode
colorMode
,
const uint16_t
palette
,
void *
data
)
inline
static
Try to load a texture.
Parameters
width
Texture
width
height
Texture
height
colorMode
Color mode
palette
Palette start identifier in color RAM (not used in RGB555 mode)
data
Texture
data
Returns
Index of the loaded texture
SRL
VDP1