summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_preprocess.h
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2006-09-26 16:01:11 +0000
committerMichal Krol <mjkrol@gmail.org>2006-09-26 16:01:11 +0000
commit27f660c16407d08e06fd0cc97bb247b41ae76f3b (patch)
treee9b66176d09fbd6fbc1ef102aaca67a3c3d11113 /src/mesa/shader/slang/slang_preprocess.h
parent4303d227396ab3a6f70c6c8318dcb9b30ca30755 (diff)
Add GLSL preprocessor.
Diffstat (limited to 'src/mesa/shader/slang/slang_preprocess.h')
-rw-r--r--src/mesa/shader/slang/slang_preprocess.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_preprocess.h b/src/mesa/shader/slang/slang_preprocess.h
index b55852dc4c..f83e6e6e3f 100644
--- a/src/mesa/shader/slang/slang_preprocess.h
+++ b/src/mesa/shader/slang/slang_preprocess.h
@@ -1,6 +1,6 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5
+ * Version: 6.6
*
* Copyright (C) 2005-2006 Brian Paul All Rights Reserved.
*
@@ -34,6 +34,9 @@ extern "C" {
GLboolean
_slang_preprocess_version (const char *, GLuint *, GLuint *, slang_info_log *);
+GLboolean
+_slang_preprocess_directives (slang_string *output, const char *input, slang_info_log *);
+
#ifdef __cplusplus
}
#endif