diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-09-10 22:38:48 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-09-10 22:38:48 +0000 |
| commit | 35aacd4de5326dac3d954ce3338281e5838fb0a0 (patch) | |
| tree | 877b1ad33245fcd294a5f4f23b8c70e65bae970b /Graphics/GraphicsEngine | |
| parent | Fixed linux build error (diff) | |
| download | DiligentCore-35aacd4de5326dac3d954ce3338281e5838fb0a0.tar.gz DiligentCore-35aacd4de5326dac3d954ce3338281e5838fb0a0.zip | |
Few final updates to mesh shader implementation
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 cd46602d..713faca8 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 240067 +#define DILIGENT_API_VERSION 240068 #include "../../../Primitives/interface/BasicTypes.h" |
