SaturnRingLibrary
0.9.2
SGL wrapper
Loading...
Searching...
No Matches
◆
Cell2VRAM()
template<class ScreenType, int16_t Id, uint16_t On>
void
SRL::VDP2::ScrollScreen
< ScreenType, Id, On >::Cell2VRAM
(
uint8_t *
cellData
,
void *
cellAdr
,
uint32_t
size
)
inline
static
Copies Cell data to
VRAM
(adapted from
SGL
samples).
Parameters
CellData
Cell Data to copy.
CellAdr
VRAM
address to copy to.
Size
Number of bytes to copy.
SRL
VDP2
ScrollScreen