Infrastructure: Add a TShader method to publicly expose the intermediate.
Fixes #1088.
This commit is contained in:
parent
60e9161100
commit
cf571f7310
1 changed files with 1 additions and 1 deletions
|
|
@ -493,8 +493,8 @@ public:
|
|||
|
||||
const char* getInfoLog();
|
||||
const char* getInfoDebugLog();
|
||||
|
||||
EShLanguage getStage() const { return stage; }
|
||||
TIntermediate* getIntermediate(EShLanguage stage) const { return intermediate; }
|
||||
|
||||
protected:
|
||||
TPoolAllocator* pool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue