Remove non standard characters; Remove unused test file

This commit is contained in:
Isaac 2023-08-01 21:28:02 +02:00
parent 6f921ee481
commit 62d3cc1c5a
3 changed files with 5 additions and 6 deletions

View file

@ -5,7 +5,7 @@
by Nerboruto
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the “Software”), to deal in the Software
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
@ -14,7 +14,7 @@
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
@ -122,4 +122,4 @@ void main()
RCoord.y = (RCoord.y+(params.upc+(params.vuc*0.95))*0.01)/(1.0+(params.upc+params.btc+(params.vuc*0.95))*0.01);
vec3 res = texture(Source, RCoord).rgb;
FragColor = vec4(res,0.0);
}
}

View file

@ -1 +0,0 @@

View file

@ -230,7 +230,7 @@ void main()
// Second:
// P
// Ⓐ B C .
// Q D 🄴 🅵 🆁
// Q D E F R
// 🅶 🅷 I
// S
if (all_eq3(H,G,F,R) && none_eq2(H,D,src(srcX+2.,srcY-1.))) L=M;
@ -247,7 +247,7 @@ void main()
if (notsame(B,I) && notsame(B,G) && notsame(B,E)) {
// P
// 🅰 🅱 C
// Q D 🄴 🅵 🆁
// Q D E F R
// Ⓖ H I .
// S
if (all_eq3(B,A,F,R) && none_eq2(B,D,src(srcX+2.,srcY+1.))) J=K;