Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 7007a1e2 by Francisco Casas at 2025-08-13T16:12:50+02:00 vkd3d-compiler: Set a default target type even when preprocessing.
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.
- - - - -
1 changed file:
- programs/vkd3d-compiler/main.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/7007a1e264c103cfbccfc62b0e19a8...