summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-30 16:57:39 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-30 16:57:39 +0000
commit4a3803e1de2669fb546bff0396f083766fad402e (patch)
tree599d610ef4dffe28aa9cfaded09f3e8eb3e0e52c /Graphics/GraphicsEngine
parentUpdated install instructions for license.txt (diff)
downloadDiligentCore-4a3803e1de2669fb546bff0396f083766fad402e.tar.gz
DiligentCore-4a3803e1de2669fb546bff0396f083766fad402e.zip
Added methods to get command queue from the device context (API Version 240038)
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 48b0dd60..298b84c5 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 240037
+#define DILIGENT_API_VERSION 240038
#include "../../../Primitives/interface/BasicTypes.h"