Fix math markup in Anisotropic Filtering ch.
This commit is contained in:
parent
894211de5f
commit
1d0713424b
|
@ -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[]
|
||||
|
||||
|
|
Loading…
Reference in New Issue