mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/ir: Allow bitwise operations on VKD3D_DATA_INT.
This commit is contained in:
committed by
Henri Verbeet
parent
bcb2acbdab
commit
cd43ab1ca2
Notes:
Henri Verbeet
2025-06-25 17:08:41 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1597
@@ -10478,6 +10478,7 @@ static void vsir_validate_logic_elementwise_operation(struct validation_context
|
||||
{
|
||||
static const bool types[VKD3D_DATA_COUNT] =
|
||||
{
|
||||
[VKD3D_DATA_INT] = true,
|
||||
[VKD3D_DATA_UINT] = true,
|
||||
[VKD3D_DATA_UINT64] = true,
|
||||
[VKD3D_DATA_BOOL] = true,
|
||||
|
Reference in New Issue
Block a user