https://bugs.winehq.org/show_bug.cgi?id=54872
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|UAV buffers are not |SM5 UAV buffers are not |implemented in |implemented in |vkd3d-compiler for sm 5 |vkd3d-compiler
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- I posted something to start this work https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/193.
It won't help with access to RWStructureBuffer, but only changes some common code. Structured buffers are using different store instruction with additional argument, and declarations are extended with structure size. Once this is in, I'm going to improve argument handling there, e.g. destination swizzles as is will be wrong.