summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-02-05 17:49:45 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-02-05 17:49:45 +0000
commitf8f6b2956cecceba1c9432fdd3dc01f9a1c275b2 (patch)
tree65aea5464578f3f4504e36737aa0113648c4f389 /Graphics/GraphicsEngine
parentAdded line strip topology (diff)
downloadDiligentCore-f8f6b2956cecceba1c9432fdd3dc01f9a1c275b2.tar.gz
DiligentCore-f8f6b2956cecceba1c9432fdd3dc01f9a1c275b2.zip
Updated API version and release history (added PRIMITIVE_TOPOLOGY_LINE_STRIP)
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 85867de2..52bda8ba 100644
--- a/Graphics/GraphicsEngine/interface/APIInfo.h
+++ b/Graphics/GraphicsEngine/interface/APIInfo.h
@@ -30,7 +30,7 @@
/// \file
/// Diligent API information
-#define DILIGENT_API_VERSION 240054
+#define DILIGENT_API_VERSION 240055
#include "../../../Primitives/interface/BasicTypes.h"