Browse Source

Updated IDL bindings.

Бранимир Караџић 3 years ago
parent
commit
6be057ba5c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bindings/d/types.d
  2. 1 1
      include/bgfx/defines.h

+ 1 - 1
bindings/d/types.d

@@ -18,7 +18,7 @@ enum expandEnum(EnumType, string fqnEnumType = EnumType.stringof) = (){
 
 extern(C) @nogc nothrow:
 
-enum uint BGFX_API_VERSION = 115;
+enum uint BGFX_API_VERSION = 116;
 
 alias bgfx_view_id_t = ushort;
 

+ 1 - 1
include/bgfx/defines.h

@@ -15,7 +15,7 @@
 #ifndef BGFX_DEFINES_H_HEADER_GUARD
 #define BGFX_DEFINES_H_HEADER_GUARD
 
-#define BGFX_API_VERSION UINT32_C(115)
+#define BGFX_API_VERSION UINT32_C(116)
 
 /**
  * Color RGB/alpha/depth write. When it's not specified write will be disabled.