diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-05-09 05:51:38 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-05-09 05:51:38 +0000 |
| commit | 2c877d95ab04b3aa4a0946ee4d5c3f755a76229a (patch) | |
| tree | 9f634f86370f04c13cd0db4bfa22d33ff400bdaa /Graphics/GraphicsEngine | |
| parent | Fixed Win32 compiler issues (diff) | |
| download | DiligentCore-2c877d95ab04b3aa4a0946ee4d5c3f755a76229a.tar.gz DiligentCore-2c877d95ab04b3aa4a0946ee4d5c3f755a76229a.zip | |
Added option to specify bind target when creating texture from GL handle (API version 240058). Fixed https://github.com/DiligentGraphics/DiligentCore/issues/136
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 390ddeec..ef2ec283 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 240057 +#define DILIGENT_API_VERSION 240058 #include "../../../Primitives/interface/BasicTypes.h" |
