mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
Update modern_pipeline_xmb_ribbon.glsl.vert.h
nit
This commit is contained in:
parent
d77759cc1b
commit
94be5a8651
@ -22,7 +22,7 @@ static const char *stock_vertex_xmb_modern = GLSL(
|
||||
mix( iqhash(n+170.0), iqhash(n+171.0),f.x),f.y),f.z);
|
||||
}
|
||||
|
||||
float height( const in vec3 pos )
|
||||
float height(vec3 pos )
|
||||
{
|
||||
const float twoPi = 2.0 * 3.14159;
|
||||
float k = twoPi / 20.0;
|
||||
|
Loading…
Reference in New Issue
Block a user