mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Update fire2.glsl
This commit is contained in:
@ -6,9 +6,9 @@ in vec2 uv0;
|
|||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
vec4 c0 = texture(samp9, uv0);
|
vec4 c0 = texture(samp9, uv0);
|
||||||
float red = 0.0;
|
float red = 0.0;
|
||||||
float green = 0.0;
|
float green = 0.0;
|
||||||
float blue = 0.0;
|
float blue = 0.0;
|
||||||
float avg = (c0.r + c0.g + c0.b) / 3.0;
|
float avg = (c0.r + c0.g + c0.b) / 3.0;
|
||||||
|
|
||||||
red = c0.r + (c0.g / 2.0) + (c0.b / 3.0);
|
red = c0.r + (c0.g / 2.0) + (c0.b / 3.0);
|
||||||
|
Reference in New Issue
Block a user