vkd3d-compiler: Avoid NULL dereference when dumping preprocessed shaders.
We are dereferencing a NULL pointer (options.target_type) when passing the "-E" option here, which causes a segfault.
We are dereferencing a NULL pointer (options.target_type) when passing the "-E" option here, which causes a segfault.