mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Support fine derivates.
This commit is contained in:
committed by
Alexandre Julliard
parent
ff31284f8d
commit
e4d94d955c
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
@@ -503,8 +503,10 @@ enum hlsl_ir_expr_op
|
||||
HLSL_OP1_COS_REDUCED, /* Reduced range [-pi, pi] */
|
||||
HLSL_OP1_DSX,
|
||||
HLSL_OP1_DSX_COARSE,
|
||||
HLSL_OP1_DSX_FINE,
|
||||
HLSL_OP1_DSY,
|
||||
HLSL_OP1_DSY_COARSE,
|
||||
HLSL_OP1_DSY_FINE,
|
||||
HLSL_OP1_EXP2,
|
||||
HLSL_OP1_FLOOR,
|
||||
HLSL_OP1_FRACT,
|
||||
|
||||
Reference in New Issue
Block a user