Merge pull request #840 from krOoze/fix_math_markup_aniso

Fix math markup in Anisotropic Filtering ch.
This commit is contained in:
Jon Leech 2018-11-11 15:09:29 -08:00 committed by GitHub
commit 454a07eca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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[]