Skip to content

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.

Merge request reports

Loading