mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/fx: Handle assignments with array RHS indexed with a constant or a single variable.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Henri Verbeet
parent
2722346ffb
commit
994e994231
Notes:
Henri Verbeet
2024-10-02 22:37:09 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1101
@@ -18,7 +18,7 @@ technique11
|
||||
}
|
||||
}
|
||||
|
||||
[effect todo]
|
||||
[effect]
|
||||
uint stencil_ref;
|
||||
uint stencil_refs[2];
|
||||
uint index;
|
||||
@@ -39,7 +39,7 @@ technique11
|
||||
}
|
||||
}
|
||||
|
||||
[effect fail todo]
|
||||
[effect fail]
|
||||
uint stencil_refs[2];
|
||||
|
||||
technique11
|
||||
|
Reference in New Issue
Block a user