summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-10 22:38:48 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-10 22:38:48 +0000
commit35aacd4de5326dac3d954ce3338281e5838fb0a0 (patch)
tree877b1ad33245fcd294a5f4f23b8c70e65bae970b /Graphics/GraphicsEngine
parentFixed linux build error (diff)
downloadDiligentCore-35aacd4de5326dac3d954ce3338281e5838fb0a0.tar.gz
DiligentCore-35aacd4de5326dac3d954ce3338281e5838fb0a0.zip
Few final updates to mesh shader implementation
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 cd46602d..713faca8 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 240067
+#define DILIGENT_API_VERSION 240068
#include "../../../Primitives/interface/BasicTypes.h"