From 6c655ca927a440d1f03339295235fce2a764c26b Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 3 Dec 2024 23:13:52 +0800 Subject: Install PDB files when available (#5665) * Install PDB files when available Closes https://github.com/shader-slang/slang/issues/5562 * format code * format code --------- Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- include/slang.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/slang.h b/include/slang.h index 80a132914..3816ab70e 100644 --- a/include/slang.h +++ b/include/slang.h @@ -823,8 +823,8 @@ typedef uint32_t SlangSizeT; enum SlangDebugInfoFormat : SlangDebugInfoFormatIntegral { SLANG_DEBUG_INFO_FORMAT_DEFAULT, ///< Use the default debugging format for the target - SLANG_DEBUG_INFO_FORMAT_C7, ///< CodeView C7 format (typically means debugging information is - ///< embedded in the binary) + SLANG_DEBUG_INFO_FORMAT_C7, ///< CodeView C7 format (typically means debugging information + ///< is embedded in the binary) SLANG_DEBUG_INFO_FORMAT_PDB, ///< Program database SLANG_DEBUG_INFO_FORMAT_STABS, ///< Stabs -- cgit v1.2.3