Reviewed shaders comment wording (#4793)

This commit is contained in:
jordan4ibanez
2025-02-25 08:26:52 -05:00
committed by GitHub
parent da8a08006a
commit 7cae259a6d
77 changed files with 77 additions and 77 deletions

View File

@ -5,7 +5,7 @@ precision mediump float;
// Input uniform values
uniform vec4 color;
// NOTE: Add here your custom variables
// NOTE: Add your custom variables here
void main()
{

View File

@ -7,7 +7,7 @@ attribute vec3 vertexPosition;
uniform mat4 mvp;
uniform float currentTime;
// NOTE: Add here your custom variables
// NOTE: Add your custom variables here
void main()
{

View File

@ -6,7 +6,7 @@ uniform vec4 color;
// Output fragment color
out vec4 finalColor;
// NOTE: Add here your custom variables
// NOTE: Add your custom variables here
void main()
{

View File

@ -7,7 +7,7 @@ in vec3 vertexPosition;
uniform mat4 mvp;
uniform float currentTime;
// NOTE: Add here your custom variables
// NOTE: Add your custom variables here
void main()
{