24 Oct
2022
24 Oct
'22
7:59 p.m.
From: Francisco Casas <fcasas(a)codeweavers.com> --- libs/vkd3d-shader/hlsl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/vkd3d-shader/hlsl.h b/libs/vkd3d-shader/hlsl.h index e8d804a2..36125cdf 100644 --- a/libs/vkd3d-shader/hlsl.h +++ b/libs/vkd3d-shader/hlsl.h @@ -198,6 +198,9 @@ struct hlsl_struct_field size_t name_bytecode_offset; }; +/* Information of the register allocated for an instruction node or variable. + * The type of register is implied from the HLSL data type of the instruction/variable, so it is + * not present in this struct. */ struct hlsl_reg { uint32_t id; -- GitLab https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/38