Reviewed shaders comment wording (#4793)
This commit is contained in:
parent
da8a08006a
commit
7cae259a6d
77 changed files with 77 additions and 77 deletions
|
@ -13,7 +13,7 @@ uniform vec4 colDiffuse;
|
|||
// Output fragment color
|
||||
out vec4 finalColor;
|
||||
|
||||
// NOTE: Add here your custom variables
|
||||
// NOTE: Add your custom variables here
|
||||
|
||||
#define MAX_LIGHTS 4
|
||||
#define LIGHT_DIRECTIONAL 0
|
||||
|
|
|
@ -17,7 +17,7 @@ out vec3 fragPosition;
|
|||
out vec4 fragColor;
|
||||
out vec3 fragNormal;
|
||||
|
||||
// NOTE: Add here your custom variables
|
||||
// NOTE: Add your custom variables here
|
||||
|
||||
void main()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue