Commit cf571f73 by John Kessenich

Infrastructure: Add a TShader method to publicly expose the intermediate.

Fixes #1088.
parent 60e91611
...@@ -493,8 +493,8 @@ public: ...@@ -493,8 +493,8 @@ public:
const char* getInfoLog(); const char* getInfoLog();
const char* getInfoDebugLog(); const char* getInfoDebugLog();
EShLanguage getStage() const { return stage; } EShLanguage getStage() const { return stage; }
TIntermediate* getIntermediate(EShLanguage stage) const { return intermediate; }
protected: protected:
TPoolAllocator* pool; TPoolAllocator* pool;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment