diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-03-27 15:58:06 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-03-27 15:58:06 +0000 |
| commit | 87382bcca0ea984274477af3af1ff8d8c9495ced (patch) | |
| tree | a9cdbd5490b767bd353dc39efdb46766d58f0154 /Primitives/src | |
| parent | Reworked debug message handling to allow user-specified callbacks (diff) | |
| download | DiligentCore-87382bcca0ea984274477af3af1ff8d8c9495ced.tar.gz DiligentCore-87382bcca0ea984274477af3af1ff8d8c9495ced.zip | |
Added DebugMessageCallback to EngineCreation attribs
Diffstat (limited to 'Primitives/src')
| -rw-r--r-- | Primitives/src/DebugOutput.cpp (renamed from Primitives/src/Errors.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Primitives/src/Errors.cpp b/Primitives/src/DebugOutput.cpp index 2fc552d1..bbacac4a 100644 --- a/Primitives/src/Errors.cpp +++ b/Primitives/src/DebugOutput.cpp @@ -21,7 +21,7 @@ * of the possibility of such damages. */ -#include "Errors.h" +#include "DebugOutput.h" namespace Diligent { |
