From ad9cdf7779d19981bfb4ada7ca8ddbaef90e69af Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 13 Feb 2015 18:20:24 -0700 Subject: demos: Integrate feedback from NVIDIA --- demos/tri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/tri.c b/demos/tri.c index 6406b0d4..9d5b83b5 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -651,7 +651,7 @@ static void demo_prepare_textures(struct demo *demo) .addressV = XGL_TEX_ADDRESS_WRAP, .addressW = XGL_TEX_ADDRESS_WRAP, .mipLodBias = 0.0f, - .maxAnisotropy = 0, + .maxAnisotropy = 1, .compareFunc = XGL_COMPARE_NEVER, .minLod = 0.0f, .maxLod = 0.0f, -- cgit v1.2.3