Simone Bertolucci

Results 2 issues of Simone Bertolucci

This is the minimum code that reproduces the error on my platform: ``` uniform vec2 u_resolution; #define A(a,b,x) abs(x-b-a) void main() { vec2 pt = gl_FragCoord.xy/u_resolution.xy; float a = A(-1.0,...

In .INI files, comments are often essential in order to show the user what each setting is supposed to do. This tiny pull request should allow Tortellini to process .INI...