mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
mudlord is yet a bigger clot and deserves to be shot.
More Nvidia Windows 10 bullshit.
This commit is contained in:
parent
2080301088
commit
96c7807012
@ -28,7 +28,7 @@ static const char *stock_vertex_xmb_modern = GLSL(
|
|||||||
float k = twoPi / 20.0;
|
float k = twoPi / 20.0;
|
||||||
float omega = twoPi / 15.0;
|
float omega = twoPi / 15.0;
|
||||||
float y = sin( k * pos.x - omega * time );
|
float y = sin( k * pos.x - omega * time );
|
||||||
y += noise( 0.27 * vec3( 0.4 * pos.x, 3.0, 2.0 * pos.z - 0.5 * time ) );
|
y += noise( vec3(0.27) * vec3( 0.4 * pos.x, 3.0, 2.0 * pos.z - 0.5 * time ) );
|
||||||
return y;
|
return y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user