From 1d0713424b1e5f0f69f38760ab3da179ca4c24c2 Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Wed, 31 Oct 2018 04:05:01 +0100 Subject: [PATCH] Fix math markup in Anisotropic Filtering ch. --- chapters/textures.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/textures.txt b/chapters/textures.txt index a7bfaedc..fc1c5a4c 100644 --- a/chapters/textures.txt +++ b/chapters/textures.txt @@ -2472,8 +2472,8 @@ to ename:VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT, the above summation is used. If the reduction mode is ename:VK_SAMPLER_REDUCTION_MODE_MIN_EXT or ename:VK_SAMPLER_REDUCTION_MODE_MAX_EXT, then the value is instead computed -as [eq]#\tau_{2Daniso} = reduce(\tau_1, ..., \tau_N)#, combining all texel -values with non-zero weights. +as [eq]#{tau}~2Daniso~ = reduce({tau}~1~, {ldots}, {tau}~N~)#, +combining all texel values with non-zero weights. endif::VK_EXT_sampler_filter_minmax[]