Non-Functional: Whitespace, comments, replace accidentally deleted comment.
- fixed ParseHelper.cpp newlines (crlf -> lf) - removed trailing white space in most source files - fix some spelling issues - extra blank lines - tabs to spaces - replace #include comment about no location
This commit is contained in:
parent
3dd32293f4
commit
ecba76fe73
60 changed files with 755 additions and 806 deletions
|
|
@ -63,7 +63,6 @@
|
|||
// there wasn't exactly one entry point.
|
||||
//
|
||||
|
||||
|
||||
namespace glslang {
|
||||
|
||||
//
|
||||
|
|
@ -355,7 +354,6 @@ public:
|
|||
return blockIndex;
|
||||
}
|
||||
|
||||
|
||||
// Are we at a level in a dereference chain at which individual active uniform queries are made?
|
||||
bool isReflectionGranularity(const TType& type)
|
||||
{
|
||||
|
|
@ -694,7 +692,6 @@ void TReflectionTraverser::visitSymbol(TIntermSymbol* base)
|
|||
addAttribute(*base);
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Implement TReflection methods.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue