Add a coding style section for glsl
Description
Currently, they are no coding style rules for glsl, and it's not very intuitive to find mathematical information of each variable.
Proposal
Use some rules for variables in order to specify the type (for example direction, position if it's a vector), or the world where this variable is affected (camera, model, view, ...).