summaryrefslogtreecommitdiffstats
path: root/tests/spirv/debug-type-pointer-2.slang
Commit message (Collapse)AuthorAge
* Use DebugDeclare instead of DebugValue. (#5404)Yong He2024-10-24
| | | | | | | | | | | | | * Use DebugDeclare instead of DebugValue. * Avoid generating illegal SPIRV. * Improve DebugLine output. * Fix. * Fix. * Misc improvements.
* Fix spirv debug info for pointer types. (#5319)Yong He2024-10-16
* Fix spirv debug info for pointer types. * fix comment.