Kuma-Boo / project-reignition

A remake of Sonic and the Secret Rings
Other
27 stars 5 forks source link

Shader cache rework #91

Closed Kuma-Boo closed 3 months ago

Kuma-Boo commented 3 months ago

Shader cache now only compiles what's needed for each level. Additionally, it also pre-renders meshes instead of just materials.

Unfortunately, I'm almost certain there are still some missing precompilations somewhere, even if it's much better than before.