diff options
Diffstat (limited to 'src/shader.h')
-rw-r--r-- | src/shader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shader.h b/src/shader.h index 811f33080..b8aa88bce 100644 --- a/src/shader.h +++ b/src/shader.h @@ -110,4 +110,7 @@ public: IWritableShaderSource* createShaderSource(IrrlichtDevice *device); +void dumpShaderProgram(std::ostream &output_stream, + const std::string &program_type, const std::string &program); + #endif |