Now read the data first, and then put it into the video memory for real-time rendering。
In the game, in order to ensure smoothness, some cores handle rendering and some cores read data separately, so that reading data does not hinder rendering。
This is very useful for large-scale scenarios
May I ask if it can be adapted?
Thank you very much.