summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-17 06:37:13 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-17 06:37:13 +0000
commit5046c0ae9c0c951d47a3396791c71e94d193c1ce (patch)
tree7a379cf3fcf0697f4eb7a28b0d02ba89c090f212 /Graphics/GraphicsEngine
parentUpdated draw test command reference image to be quad instead of a triangle (diff)
downloadDiligentCore-5046c0ae9c0c951d47a3396791c71e94d193c1ce.tar.gz
DiligentCore-5046c0ae9c0c951d47a3396791c71e94d193c1ce.zip
Enabled draw command reference in Vulkan
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 1e8a74b4..2731dac3 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 240043
+#define DILIGENT_API_VERSION 240044
#include "../../../Primitives/interface/BasicTypes.h"