diff options
| author | Yong He <yonghe@outlook.com> | 2024-10-16 09:54:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 09:54:43 -0700 |
| commit | 2ee898109006986250d5356a59003eb741a89ca4 (patch) | |
| tree | d1c6f9c4cc7b17878c8bba53f6f89754e0a713e1 /tests/spirv/debug-type-pointer.slang | |
| parent | 9e32b006318814e688501c4b547308d7fb472e78 (diff) | |
Fix spirv debug info for pointer types. (#5319)
* Fix spirv debug info for pointer types.
* fix comment.
Diffstat (limited to 'tests/spirv/debug-type-pointer.slang')
| -rw-r--r-- | tests/spirv/debug-type-pointer.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spirv/debug-type-pointer.slang b/tests/spirv/debug-type-pointer.slang index fd3248c59..f6add1735 100644 --- a/tests/spirv/debug-type-pointer.slang +++ b/tests/spirv/debug-type-pointer.slang @@ -9,7 +9,7 @@ RWStructuredBuffer<float> outputBuffer; //SPV:OpExtension "SPV_KHR_relaxed_extended_instruction" //SPV: [[STRING_float:%[1-9][0-9]*]] = OpString "float" //SPV: [[STRING_pValue:%[1-9][0-9]*]] = OpString "pValue" -//SPV: [[STRING_LinkedNode:%[1-9][0-9]*]] = OpString "LinkedNode" +//SPV: [[STRING_LinkedNode:%[1-9][0-9]*]] = OpString "LinkedNode{{.*}}" //SPV: [[STRING_pNext:%[1-9][0-9]*]] = OpString "pNext" struct LinkedNode |
