Hello.
Currently, I'm implementing a light shader which needs some
preprocessing.
I coded it in the shader and it is performed every time when the light
shader
is called. So, I want to know if there is a method to let the
initializing(preprocessing) code be performed only one time.
Thank you in advance.