We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d234b commit fe8c83bCopy full SHA for fe8c83b
examples/shaders/resources/shaders/glsl330/palette_switch.fs
@@ -17,7 +17,7 @@ out vec4 finalColor;
17
void main()
18
{
19
// Texel color fetching from texture sampler
20
- // NOTE: The texel is actually the a GRAYSCALE index color
+ // NOTE: The texel is actually the GRAYSCALE index color
21
vec4 texelColor = texture(texture0, fragTexCoord)*fragColor;
22
23
// Convert the (normalized) texel color RED component (GB would work, too)
0 commit comments