deathkiller / jazz2

🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2
https://deat.tk/jazz2/
GNU General Public License v3.0
492 stars 18 forks source link

Small lag when loading new area? #34

Closed Hexaae closed 3 years ago

Hexaae commented 3 years ago

Is it my impression or there is some random lag when running through levels, looking like assets streaming/loading delay?

Win 10, i7-8750h, NVidia GTX 1070 8GB

deathkiller commented 3 years ago

Yes, assets are loaded on first activation, it should be asynchronous, but textures are transferred from RAM to GPU on main thread, so it lags sometimes.