mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 12:19:17 -05:00
Reviewed shaders comment wording (#4793)
This commit is contained in:
@ -11,7 +11,7 @@ uniform vec4 colDiffuse;
|
||||
// Output fragment color
|
||||
out vec4 finalColor;
|
||||
|
||||
// NOTE: Add here your custom variables
|
||||
// NOTE: Add your custom variables here
|
||||
|
||||
// NOTE: Render size values should be passed from code
|
||||
const float renderWidth = 800;
|
||||
|
||||
Reference in New Issue
Block a user