mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
Currently structure type descriptions get interleaved with variable length string data. The solution is to write all fixed length fields first, then append strings. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>