- Understanding Shader Permutations
- Game engines and shader stuttering: Unreal Engine’s solution to the problem (talk about PSO)- video about it here
Tutorials
NNE - Neural Post Processing
Short description
You can use a neural network to approximate complex shaders extremely accurately, without the cost of a complex shader. It allows you to do complex shading without the associated costs. Thanks to CuppaTea