diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-05 17:49:45 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-05 17:49:45 +0000 |
| commit | f8f6b2956cecceba1c9432fdd3dc01f9a1c275b2 (patch) | |
| tree | 65aea5464578f3f4504e36737aa0113648c4f389 /Graphics/GraphicsEngine | |
| parent | Added line strip topology (diff) | |
| download | DiligentCore-f8f6b2956cecceba1c9432fdd3dc01f9a1c275b2.tar.gz DiligentCore-f8f6b2956cecceba1c9432fdd3dc01f9a1c275b2.zip | |
Updated API version and release history (added PRIMITIVE_TOPOLOGY_LINE_STRIP)
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 85867de2..52bda8ba 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 240054 +#define DILIGENT_API_VERSION 240055 #include "../../../Primitives/interface/BasicTypes.h" |
