8 Jul
2023
8 Jul
'23
9:59 a.m.
https://bugs.winehq.org/show_bug.cgi?id=55208 Bug ID: 55208 Summary: Array size expressions should not allow every possible expression Product: vkd3d Version: 1.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: hlsl Assignee: wine-bugs(a)winehq.org Reporter: bunglehead(a)gmail.com Distribution: --- Sample shader would be: float4 main() : sv_target { int x; float a[(x = 2)]; return 0; } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.