Skip to content

vkd3d-shader/fx: Fix writing fx_2_0 structure parameters.

The issue currently is that with structure types description gets interleaved with varialbe length string data. The solution is to write all fixed length fields first, then append strings.

Signed-off-by: Nikolay Sivov nsivov@codeweavers.com

Merge request reports

Loading