vkd3d-shader: Store the function return semantic in the return variable.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2021-03-28 21:46:58 +02:00
committed by Alexandre Julliard
parent a6e47e1552
commit 5ad94644ec
2 changed files with 3 additions and 7 deletions

View File

@@ -229,7 +229,6 @@ struct hlsl_ir_function_decl
struct vkd3d_shader_location loc;
struct rb_entry entry;
struct hlsl_ir_function *func;
const char *semantic;
struct list *parameters;
struct list *body;
};