diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-04-06 19:25:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-04-06 19:25:39 +0000 |
| commit | 9fe08de5b5708dbfd455b0fccaa4f8a992b14eb2 (patch) | |
| tree | 4ee2e9bef2cea7684e630ce91db40921a8379178 /Common/interface | |
| parent | Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.git (diff) | |
| download | DiligentCore-9fe08de5b5708dbfd455b0fccaa4f8a992b14eb2.tar.gz DiligentCore-9fe08de5b5708dbfd455b0fccaa4f8a992b14eb2.zip | |
Fixed D3D12 warnings, updated copyright notice
Diffstat (limited to 'Common/interface')
| -rw-r--r-- | Common/interface/AdvancedMath.h | 2 | ||||
| -rw-r--r-- | Common/interface/BasicMath.h | 2 | ||||
| -rw-r--r-- | Common/interface/DataBlob.h | 2 | ||||
| -rw-r--r-- | Common/interface/FileStream.h | 2 | ||||
| -rw-r--r-- | Common/interface/MemoryAllocator.h | 4 | ||||
| -rw-r--r-- | Common/interface/Object.h | 2 | ||||
| -rw-r--r-- | Common/interface/ReferenceCounters.h | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/Common/interface/AdvancedMath.h b/Common/interface/AdvancedMath.h index d6623875..d90488f7 100644 --- a/Common/interface/AdvancedMath.h +++ b/Common/interface/AdvancedMath.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Common/interface/BasicMath.h b/Common/interface/BasicMath.h index 19d54ec2..b1ecdf17 100644 --- a/Common/interface/BasicMath.h +++ b/Common/interface/BasicMath.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Common/interface/DataBlob.h b/Common/interface/DataBlob.h index abc60215..28e483fc 100644 --- a/Common/interface/DataBlob.h +++ b/Common/interface/DataBlob.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Common/interface/FileStream.h b/Common/interface/FileStream.h index 75aba909..ab037b57 100644 --- a/Common/interface/FileStream.h +++ b/Common/interface/FileStream.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Common/interface/MemoryAllocator.h b/Common/interface/MemoryAllocator.h index d7e3289e..8221ffdc 100644 --- a/Common/interface/MemoryAllocator.h +++ b/Common/interface/MemoryAllocator.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ class IMemoryAllocator { public: /// Allocates block of memory - virtual void* Allocate( size_t Size, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber) = 0; + virtual void* Allocate( size_t Size, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber) = 0; /// Releases memory virtual void Free(void *Ptr) = 0; diff --git a/Common/interface/Object.h b/Common/interface/Object.h index b8153c1e..88181522 100644 --- a/Common/interface/Object.h +++ b/Common/interface/Object.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Common/interface/ReferenceCounters.h b/Common/interface/ReferenceCounters.h index 64ced644..54c89b7a 100644 --- a/Common/interface/ReferenceCounters.h +++ b/Common/interface/ReferenceCounters.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Egor Yusov +/* Copyright 2015-2017 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |
