Renderer|Refactor: Moved general purpose shader functions to GLSL files
In the "net.dengine.client.renderer" pack, shaders/include/ contains GLSL files with functions useful for many shaders. This allows more easily creating new custom shaders for instance for models.
Renderer|Refactor: Moved general purpose shader functions to GLSL files
In the "net.dengine.client.renderer" pack, shaders/include/ contains
GLSL files with functions useful for many shaders. This allows more
easily creating new custom shaders for instance for models.
Uses the include feature in GLShaderBank.