griffi-gh / kubi

Multithreaded voxel engine made with wgpu, a.k.a another attempt at ripping off Minecraft (with multiplayer networking)
MIT License
18 stars 1 forks source link

Support resuming on android #12

Open griffi-gh opened 11 months ago

griffi-gh commented 11 months ago

GPU context needs to be recreated on the Resume event, and initialization needs to be put off until the first resume call.