summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-19 23:12:05 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-19 23:12:05 +0000
commitfa314349aa3b379416043d3ae0572d7852c00266 (patch)
treeca7f85ab4ea8b875108e32e877f8d3e04564a64a /Graphics/GraphicsEngine
parentAdded D3D11_DEBUG_FLAG_CREATE_DEBUG_DEVICE flag (diff)
downloadDiligentCore-fa314349aa3b379416043d3ae0572d7852c00266.tar.gz
DiligentCore-fa314349aa3b379416043d3ae0572d7852c00266.zip
Updated API version macro
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/APIInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/APIInfo.h b/Graphics/GraphicsEngine/interface/APIInfo.h
index 418291ae..0979a824 100644
--- a/Graphics/GraphicsEngine/interface/APIInfo.h
+++ b/Graphics/GraphicsEngine/interface/APIInfo.h
@@ -26,7 +26,7 @@
/// \file
/// Diligent API information
-#define DILIGENT_API_VERSION 240033
+#define DILIGENT_API_VERSION 240034
#include "../../../Primitives/interface/BasicTypes.h"