summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-25 02:56:05 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-25 02:56:05 +0000
commit1133211961e878a9b39176c5fb1b9f72feb9ec71 (patch)
treec3b185d2e189654b4993697850959fe392b7b514 /Graphics/GraphicsEngine
parentMinor formatting updates (diff)
downloadDiligentCore-1133211961e878a9b39176c5fb1b9f72feb9ec71.tar.gz
DiligentCore-1133211961e878a9b39176c5fb1b9f72feb9ec71.zip
Added IRenderDeviceGL::CreateDummyTexture method (API version 240047)
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 6fe95f42..b61f8255 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 240046
+#define DILIGENT_API_VERSION 240047
#include "../../../Primitives/interface/BasicTypes.h"