DirectXShaderCompiler
DirectXShaderCompiler copied to clipboard
Fix the SAL of IDxcResult::GetOutput
The ppOutputName parameter can be nullptr and can return nullptr. Change its SAL to COM_Outptr_opt_result_maybenull.
Related to #4149 .
:white_check_mark: Build DirectXShaderCompiler 1.0.1719 completed (commit https://github.com/microsoft/DirectXShaderCompiler/commit/3ad8d79b60 by @gongminmin)
Hey @adam-yang , just hit this locally myself after moving to the 2207 bits, any idea who can review this?