Procházet zdrojové kódy

Update palette_switch.fs (#5205)

Removed unnecessary `a` in palette_switch.fs `note` comment
pull/5177/head
Smallz3201 před 3 měsíci
odevzdal GitHub
rodič
revize
fe8c83b57d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      examples/shaders/resources/shaders/glsl330/palette_switch.fs

+ 1
- 1
examples/shaders/resources/shaders/glsl330/palette_switch.fs Zobrazit soubor

@ -17,7 +17,7 @@ out vec4 finalColor;
void main()
{
// Texel color fetching from texture sampler
// NOTE: The texel is actually the a GRAYSCALE index color
// NOTE: The texel is actually the GRAYSCALE index color
vec4 texelColor = texture(texture0, fragTexCoord)*fragColor;
// Convert the (normalized) texel color RED component (GB would work, too)

Načítá se…
Zrušit
Uložit