aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-13 18:20:24 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-25 17:15:47 -0700
commitad9cdf7779d19981bfb4ada7ca8ddbaef90e69af (patch)
tree020bc7f2541072fdfb11ab34714db5902ff0e7e0
parentfee6f4444bc81e9b8b86c92a9e35aba351b0f1c6 (diff)
downloadusermoji-ad9cdf7779d19981bfb4ada7ca8ddbaef90e69af.tar.xz
demos: Integrate feedback from NVIDIA
-rw-r--r--demos/tri.c2
1 files changed, 1 insertions, 1 deletions
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,