mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader/ir: Require signed source operands for ITOF instructions.
This commit is contained in:
Notes:
Henri Verbeet
2025-09-16 16:19:58 +02:00
Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1727
@@ -11775,8 +11775,7 @@ static void vsir_validate_itof(struct validation_context *ctx, const struct vkd3
|
||||
{
|
||||
[VSIR_DATA_BOOL] = true,
|
||||
[VSIR_DATA_I32] = true,
|
||||
[VSIR_DATA_U32] = true,
|
||||
[VSIR_DATA_U64] = true,
|
||||
[VSIR_DATA_I64] = true,
|
||||
};
|
||||
static const bool dst_types[VSIR_DATA_TYPE_COUNT] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user