28 Feb
2023
28 Feb
'23
5:22 p.m.
On Tue Feb 28 00:18:59 2023 +0000, Zebediah Figura wrote:
We don't have a test for this, right? (Also, 8-space indentation). Fixed the indentation.
Regarding the test, there is already: ``` [pixel shader fail] // packoffset cannot be used outside a constant buffer. float4 a : packoffset(c0); float4 main() : sv_target { return 0; } ``` -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/106#note_25773