From bcda5743dce31ca335232b5ae33f0dd9e4af8062 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 19 Feb 2009 17:32:16 +0000 Subject: [PATCH] Whoops. Forgot to checkin the header file --- panda/src/pgraphnodes/shaderGenerator.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/panda/src/pgraphnodes/shaderGenerator.h b/panda/src/pgraphnodes/shaderGenerator.h index 3f09f405e6..02eb8a3140 100644 --- a/panda/src/pgraphnodes/shaderGenerator.h +++ b/panda/src/pgraphnodes/shaderGenerator.h @@ -67,6 +67,10 @@ PUBLISHED: protected: CPT(RenderAttrib) create_shader_attrib(const string &txt); + static const string combine_mode_as_string(CPT(TextureStage) stage, + TextureStage::CombineMode c_mode, bool single_value, short texindex, const RenderState *rs); + static const string combine_source_as_string(CPT(TextureStage) stage, + short num, bool single_value, short texindex, const RenderState *rs); // Shader register allocation: