globalIndex | Global index number |
*addr | Texture address |
offset | Offset from texture lead (in multiples of 4 bytes) |
size | Size (in multiples of 4 bytes) |
1 | Success | |
-1 | Failure |
Acquires color mode. offset = 0; ret = 1; while(ret > 0){ ret = njReLoadTexturePartNumG(0,texaddr + offset,offset,2048); offset += 2048; }