Wessel
Member
Hi,
Im creating a simple game in Direct3D. I would like to show a loading screen while my program loads up resources like textures and scripts. The problem is, while my program is busy loading resources, there isnt any rendering taking place so I cannot show a progressbar or anything. Im rendering within a window using the Invalidate method. How should I handle this? Should I load one resource at a time per frame cycle?
Thanks in advance for your reply.
Im creating a simple game in Direct3D. I would like to show a loading screen while my program loads up resources like textures and scripts. The problem is, while my program is busy loading resources, there isnt any rendering taking place so I cannot show a progressbar or anything. Im rendering within a window using the Invalidate method. How should I handle this? Should I load one resource at a time per frame cycle?
Thanks in advance for your reply.