summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-insert-debug-value-store.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-02-28 22:57:07 -0800
committerGitHub <noreply@github.com>2024-02-28 22:57:07 -0800
commit73a61edda8893901acad05bb4e7d3110db5041a8 (patch)
treebb6331b28715a4e95fcd7724ad338149ce56e562 /source/slang/slang-ir-insert-debug-value-store.h
parentd2644e2f8f0abb73bbd6afd70816f6bf245340da (diff)
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
* [SPIRV] Add NonSemanticDebugInfo for step-through debugging. * Fix. * Fix.
Diffstat (limited to 'source/slang/slang-ir-insert-debug-value-store.h')
-rw-r--r--source/slang/slang-ir-insert-debug-value-store.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/slang/slang-ir-insert-debug-value-store.h b/source/slang/slang-ir-insert-debug-value-store.h
new file mode 100644
index 000000000..ec51bba2b
--- /dev/null
+++ b/source/slang/slang-ir-insert-debug-value-store.h
@@ -0,0 +1,10 @@
+#ifndef SLANG_IR_INSERT_DEBUG_VALUE_STORE_H
+#define SLANG_IR_INSERT_DEBUG_VALUE_STORE_H
+
+namespace Slang
+{
+ struct IRModule;
+ void insertDebugValueStore(IRModule* module);
+}
+
+#endif // SLANG_IR_INSERT_DEBUG_VALUE_STORE_H