Non-functional: missing comments from missed git add.
This commit is contained in:
parent
1b46f137f7
commit
6cfeced8de
@ -210,10 +210,10 @@ protected:
|
|||||||
TSwizzleSelectors<TVectorSelector>&);
|
TSwizzleSelectors<TVectorSelector>&);
|
||||||
|
|
||||||
// Manage the global uniform block (default uniforms in GLSL, $Global in HLSL)
|
// Manage the global uniform block (default uniforms in GLSL, $Global in HLSL)
|
||||||
TVariable* globalUniformBlock; // the actual block, inserted into the symbol table
|
TVariable* globalUniformBlock; // the actual block, inserted into the symbol table
|
||||||
unsigned int globalUniformBinding;
|
unsigned int globalUniformBinding; // the block's binding number
|
||||||
unsigned int globalUniformSet;
|
unsigned int globalUniformSet; // the block's set number
|
||||||
int firstNewMember; // the index of the first member not yet inserted into the symbol table
|
int firstNewMember; // the index of the first member not yet inserted into the symbol table
|
||||||
// override this to set the language-specific name
|
// override this to set the language-specific name
|
||||||
virtual const char* getGlobalUniformBlockName() const { return ""; }
|
virtual const char* getGlobalUniformBlockName() const { return ""; }
|
||||||
virtual void setUniformBlockDefaults(TType&) const { }
|
virtual void setUniformBlockDefaults(TType&) const { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user