mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Support dot() for SM1.
This commit is contained in:
committed by
Alexandre Julliard
parent
68c232cfab
commit
06f300ec59
Notes:
Alexandre Julliard
2023-02-02 22:14:28 +01:00
Approved-by: Zebediah Figura (@zfigura) Approved-by: Francisco Casas (@fcasas) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/74
@@ -497,6 +497,7 @@ enum hlsl_ir_expr_op
|
||||
HLSL_OP2_NEQUAL,
|
||||
HLSL_OP2_RSHIFT,
|
||||
|
||||
HLSL_OP3_DP2ADD,
|
||||
HLSL_OP3_LERP,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user