diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-02 23:07:25 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-02 23:07:25 +0000 |
| commit | 4c73f2d3fd5305b82d3413ebeab74cc566b57f33 (patch) | |
| tree | a74cd97e9015a753b706e7305e3336430b634aa6 /Graphics/GraphicsEngine | |
| parent | Cleaned-up NativeWindow PR (diff) | |
| download | DiligentCore-4c73f2d3fd5305b82d3413ebeab74cc566b57f33.tar.gz DiligentCore-4c73f2d3fd5305b82d3413ebeab74cc566b57f33.zip | |
Updated swap chain creation functions to use NativeWindow struct
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 3c19c2b8..85867de2 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 240053 +#define DILIGENT_API_VERSION 240054 #include "../../../Primitives/interface/BasicTypes.h" |
