Comment on [deleted]

<- View Parent
HuntressHimbo@lemm.ee ⁨1⁩ ⁨month⁩ ago

Shaders 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.

source
Sort:hotnewtop