diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-02 21:58:29 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-02 21:58:29 +0000 |
| commit | 45894f986576256c886b3be2124779e40fa43f6d (patch) | |
| tree | 6b6cc6ce48dce260507d952145065fc876fdcc37 /Graphics/GraphicsEngine | |
| parent | Introduced NativeWindow wrapper for supported platforms (diff) | |
| download | DiligentCore-45894f986576256c886b3be2124779e40fa43f6d.tar.gz DiligentCore-45894f986576256c886b3be2124779e40fa43f6d.zip | |
Cleaned-up NativeWindow PR
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/APIInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/APIInfo.h b/Graphics/GraphicsEngine/interface/APIInfo.h index 8a2b89d3..3c19c2b8 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 240052 +#define DILIGENT_API_VERSION 240053 #include "../../../Primitives/interface/BasicTypes.h" |
