Comment on [deleted]
HuntressHimbo@lemm.ee 1 month agoShaders are typically code run on the GPU to make your game look good. They power lighting and various effects used in rendering the game. Virtually everything uses shaders, and precompiling them can save a lot of resources over having to compute them on the fly, but comes with associated hassles.
Krakaval@jlai.lu 1 month ago
Why does every client needs to compile them ? Couldn’t they compile the shaders maybe once per graphic card model and push those already compiled assets into the GPU ?
boblin@sh.itjust.works 1 month ago
Steam does this as far as I know.