download_into
Description:
public void download_into (
uint8[] data,
size_t stride)
Downloads the texture
into local memory.
Parameters:
this |
a texture downloader
|
data |
pointer to enough memory to be filled with the downloaded data of the texture
|
stride |
rowstride in bytes
|