Re: [PATCH v2 0/7] MR739: vkd3d-shader/hlsl: Parse state blocks, part 1.
22 Mar
2024
22 Mar
'24
9:12 p.m.
Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/hlsl.h:
/* Scope that contains annotations for this variable. */ struct hlsl_scope *annotations;
+ /* The state block on the variable's declaration, if any. + * These are only really used for effect profiles. */ + struct hlsl_state_block *state_block;
Does this need to be a pointer? -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/739#note_65845
639
Age (days ago)
639
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)