Re: [PATCH v2 0/7] MR739: vkd3d-shader/hlsl: Parse state blocks, part 1.
22 Mar
2024
22 Mar
'24
9:13 p.m.
Zebediah Figura (@zfigura) commented about tests/hlsl/fx-syntax.shader_test:
+ } + }, + { + { + Filter = ANISOTROPIC; + }, + { + Filter = ANISOTROPIC; + } + } +}; + +float4 main() : sv_target { return 0; } + + +% Arrays of size 1 can still use a single state block without the need to put it inside a list. There's a lot of tests for valid array usage, but not invalid array usage. What if the count is mismatched? Can an array of size 1 take interior braces? Can a non-array take interior braces?
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/739#note_65847
639
Age (days ago)
639
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)