mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Support coarse derivates.
This commit is contained in:
committed by
Alexandre Julliard
parent
dc84afe73a
commit
ff31284f8d
Notes:
Alexandre Julliard
2023-07-04 23:24:52 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/224
@@ -502,7 +502,9 @@ enum hlsl_ir_expr_op
|
||||
HLSL_OP1_COS,
|
||||
HLSL_OP1_COS_REDUCED, /* Reduced range [-pi, pi] */
|
||||
HLSL_OP1_DSX,
|
||||
HLSL_OP1_DSX_COARSE,
|
||||
HLSL_OP1_DSY,
|
||||
HLSL_OP1_DSY_COARSE,
|
||||
HLSL_OP1_EXP2,
|
||||
HLSL_OP1_FLOOR,
|
||||
HLSL_OP1_FRACT,
|
||||
|
||||
Reference in New Issue
Block a user