mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
spirv: remove alu fddx/fddy from comment
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31014>
This commit is contained in:
parent
403e2393e3
commit
41cce70584
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ struct spirv_to_nir_options {
|
|||
*/
|
||||
bool mediump_16bit_alu;
|
||||
|
||||
/* When mediump_16bit_alu is set, determines whether nir_op_fddx/fddy can be
|
||||
/* When mediump_16bit_alu is set, determines whether ddx/ddy can be
|
||||
* performed in 16-bit math.
|
||||
*/
|
||||
bool mediump_16bit_derivatives;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue