summaryrefslogtreecommitdiff
path: root/tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test')
-rw-r--r--tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test b/tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test
index 6afef71f5..bb2d8ba9d 100644
--- a/tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test
+++ b/tests/spec/arb_texture_query_lod/execution/fs-textureQueryLOD-linear.shader_test
@@ -60,7 +60,7 @@ void main()
}
vec2 queried_lod = textureQueryLOD(tex, gl_TexCoord[0].st);
- if (queried_lod.x != queried_lod.y) {
+ if (!equal(queried_lod.x, queried_lod.y)) {
discard;
}
if (!equal(queried_lod.x, lod)) {