mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Allocate temporary registers for anonymous expressions.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
16163021b9
commit
e957d3a346
@@ -171,6 +171,7 @@ struct hlsl_ir_node
|
||||
* true even for loops, since currently we can't have a reference to a
|
||||
* value generated in an earlier iteration of the loop. */
|
||||
unsigned int index, last_read;
|
||||
struct hlsl_reg reg;
|
||||
};
|
||||
|
||||
struct hlsl_src
|
||||
|
Reference in New Issue
Block a user