summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_simplify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/slang/slang_simplify.h')
-rw-r--r--src/mesa/shader/slang/slang_simplify.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mesa/shader/slang/slang_simplify.h b/src/mesa/shader/slang/slang_simplify.h
new file mode 100644
index 0000000000..69be3092a5
--- /dev/null
+++ b/src/mesa/shader/slang/slang_simplify.h
@@ -0,0 +1,12 @@
+
+#ifndef SLANG_SIMPLIFY_H
+#define SLANG_SIMPLIFY_H
+
+extern void
+slang_simplify(slang_operation *oper,
+ const slang_assembly_name_space * space,
+ slang_atom_pool * atoms);
+
+
+
+#endif /* SLANG_SIMPLIFY_H */