SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
TryLoadTexture()
[3/3]
static int32_t SRL::VDP1::TryLoadTexture
(
SRL::Bitmap::IBitmap
*
bitmap
,
int16_t(*)(
SRL::Bitmap::BitmapInfo
*)
paletteHandler
=
nullptr
)
inline
static
Try to load a texture.
Parameters
bitmap
Texture
to load
paletteHandler
Palette loader handling (expects index of the palette in
CRAM
as result, only needed for loading paletted image)
Returns
Index of the loaded texture
SRL
VDP1