Infrastructure: Add a TShader method to publicly expose the intermediate.
Fixes #1088.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user