mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader/hlsl: Implement the f32tof16() intrinsic.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Henri Verbeet
parent
f54797bae5
commit
cf3e251a9f
Notes:
Henri Verbeet
2024-10-22 20:54:54 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1200
@@ -693,6 +693,7 @@ enum hlsl_ir_expr_op
|
||||
HLSL_OP1_DSY_FINE,
|
||||
HLSL_OP1_EXP2,
|
||||
HLSL_OP1_F16TOF32,
|
||||
HLSL_OP1_F32TOF16,
|
||||
HLSL_OP1_FLOOR,
|
||||
HLSL_OP1_FRACT,
|
||||
HLSL_OP1_LOG2,
|
||||
|
||||
Reference in New Issue
Block a user