nonperforming / openspadesplus

Basically competitive OpenSpades, I guess
GNU General Public License v3.0
5 stars 1 forks source link

disable r_depthPrepass by default for performance #56

Closed VierEck closed 1 year ago

VierEck commented 1 year ago

i observed a 30 fps increase whenever r_depthPrepass was toggled off on latest release (Revision 12). heres a vid: https://github.com/nonperforming/openspadesplus/assets/85409780/215455fd-f8e3-400d-ba78-c77d27f8eca3

it seems by disabling r_depthPrepass we can skip this map prerenderer which is probably why the performance improves: Screenshot (29)

nonperforming commented 1 year ago

Interesting, thanks!