From 2c877d95ab04b3aa4a0946ee4d5c3f755a76229a Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 8 May 2020 22:51:38 -0700 Subject: Added option to specify bind target when creating texture from GL handle (API version 240058). Fixed https://github.com/DiligentGraphics/DiligentCore/issues/136 --- Graphics/GraphicsEngine/interface/APIInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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" -- cgit v1.2.3