amakin-siru

Results 2 issues of amakin-siru

If a test carries out loads of calculations, it's sometimes necessary to reduce the framebuffer size to prevent timeout occurring. Gfauto should have an option for this.

If an input shader includes an integer variable with the minimum possible value, gfauto doesn't handle it properly. The reason for this behavior is that the `visitUnaryExpr` method in `StandardVisitor`...