Memory/constructor/warning clean-up. Addresses issue #705.
This commit is contained in:
parent
f1aeac8944
commit
32fd5d26e3
7 changed files with 12 additions and 5 deletions
|
|
@ -255,7 +255,7 @@ extern TPoolAllocator& GetThreadPoolAllocator();
|
|||
|
||||
struct TThreadMemoryPools
|
||||
{
|
||||
TPoolAllocator* threadPoolAllocator;
|
||||
TPoolAllocator* threadPoolAllocator;
|
||||
};
|
||||
|
||||
void SetThreadPoolAllocator(TPoolAllocator& poolAllocator);
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
// For the version, it uses the latest git tag followed by the number of commits.
|
||||
// For the date, it uses the current date (when then script is run).
|
||||
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1773"
|
||||
#define GLSLANG_DATE "19-Jan-2017"
|
||||
#define GLSLANG_REVISION "Overload400-PrecQual.1804"
|
||||
#define GLSLANG_DATE "02-Feb-2017"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue