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@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
Sample shader would be:
float4 main() : sv_target { int x; float a[(x = 2)]; return 0; }
https://bugs.winehq.org/show_bug.cgi?id=55208
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |06040d2a3034eafbe839951f77b | |6a7abda32f7ce Status|NEW |RESOLVED
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This is already fixed, https://source.winehq.org/git/vkd3d.git/commit/06040d2a3034eafbe839951f77b6a....
https://bugs.winehq.org/show_bug.cgi?id=55208
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Closing bugs fixed in 1.9.