From 27f660c16407d08e06fd0cc97bb247b41ae76f3b Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Tue, 26 Sep 2006 16:01:11 +0000 Subject: Add GLSL preprocessor. --- src/mesa/shader/slang/slang_preprocess.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa/shader/slang/slang_preprocess.h') 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 -- cgit v1.2.3