summaryrefslogtreecommitdiff
path: root/source/slang/check.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/check.h')
-rw-r--r--source/slang/check.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/slang/check.h b/source/slang/check.h
new file mode 100644
index 000000000..1f378ec7b
--- /dev/null
+++ b/source/slang/check.h
@@ -0,0 +1,7 @@
+// check.h
+#pragma once
+
+namespace Slang
+{
+ bool isGlobalShaderParameter(VarDeclBase* decl);
+} \ No newline at end of file