multithread system and swap render target
Opened this issue · 0 comments
ioncodes commented
multithreading system would decouple the core's execution with the game window. not sure how well this integrates currently since we are loading a texture every new frame but it should work TM.
alternatively we could do winit+vulkan+egui and internally render to a buffer and then swap the rendertargets when there's a new frame. not sure yet