mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
We largely ignore the target type when preprocessing, but still dereference options.target_type in a couple of places. E.g. when setting info.target_type. We could add more checks for options.preprocess_only to account for that, but it seems more robust to make sure options.target_type is never NULL.