Fix math markup in Anisotropic Filtering ch.

This commit is contained in:
Petr Kraus 2018-10-31 04:05:01 +01:00
parent 894211de5f
commit 1d0713424b
1 changed files with 2 additions and 2 deletions

View File

@ -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[]