diff options
Diffstat (limited to 'source/slang/slang-ir-insert-debug-value-store.h')
| -rw-r--r-- | source/slang/slang-ir-insert-debug-value-store.h | 10 |
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 |
