FWGS / xash3d-fwgs

Xash3D FWGS engine.
1.47k stars 225 forks source link

Limit FPS if V-Sync is enabled #1458

Open a1batross opened 9 months ago

a1batross commented 9 months ago

There is a possible engine breakage if V-Sync is requested by engine but driver does not enable or implement it.

For example, we can get 10000000 FPS in Menu, if V-Sync is enabled, thus overloading GPU.

a1batross commented 9 months ago

Thanks @mittorn for figuring this out :3