Failed to create 4096x4096 texture on Mali-400. The app crashes. What can be wrong?
Hi Michael,
This problem has been resolved.
The issue was memory allocation. I found that in case of shared memory, the memory allocation for GPU fails because of out of memory. However if I choose dedicated memory for GPU, then the loading of 4Kx4K texture becomes possible.
Regards,
Somabha