diff options
Diffstat (limited to 'tests/shaders/glsl-const-builtin-notEqual-02.shader_test')
-rw-r--r-- | tests/shaders/glsl-const-builtin-notEqual-02.shader_test | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/shaders/glsl-const-builtin-notEqual-02.shader_test b/tests/shaders/glsl-const-builtin-notEqual-02.shader_test index 4414357fb..f1261f3f7 100644 --- a/tests/shaders/glsl-const-builtin-notEqual-02.shader_test +++ b/tests/shaders/glsl-const-builtin-notEqual-02.shader_test @@ -15,8 +15,5 @@ void main() } [test] -clear color 0.0 0.0 0.0 0.0 -clear -ortho -draw rect 10 10 10 10 -probe rgb 15 15 0.0 1.0 0.0 +draw rect -1 -1 2 2 +probe all rgb 0.0 1.0 0.0 |