mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
whoops, remove testing changes from pass3
This commit is contained in:
parent
9d1b705f57
commit
0cc445b00f
|
@ -213,7 +213,7 @@ void main()
|
|||
lparam.xyz = ((infoE == 7.0) ? lines7 : lparam.xyz);
|
||||
lparam.xyz = ((infoE == 8.0) ? lines8 : lparam.xyz);
|
||||
}
|
||||
/*
|
||||
|
||||
bool inv = (dir.x*dir.y) < 0.0 ? true : false;
|
||||
|
||||
// Rotate address from relative to absolute.
|
||||
|
@ -228,8 +228,8 @@ void main()
|
|||
addr.y += 2.0;
|
||||
|
||||
lparam.w = addr.x * 8.0 + addr.y;
|
||||
*/
|
||||
FragColor = vec4(dir.xyxy);//vec4(remapTo01(lparam, low, high));
|
||||
|
||||
FragColor = vec4(remapTo01(lparam, low, high));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue