6 Apr
2023
6 Apr
'23
1:03 a.m.
Zebediah Figura (@zfigura) commented about tests/entry-point-semantics.shader_test:
+struct apple { + float2 miss; // missing semantic. +}; + +struct banana { + apple apl[2]; + float4 arb : UNUSED; +}; + +void main(out banana bans[2]) +{ + return 0.0; +} + + +% Output semmantics cannot be mapped to more than one value Spelling error, "semmantics".
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/148#note_29100