Przeglądaj źródła

Updated API version.

Бранимир Караџић 3 lat temu
rodzic
commit
e4be44e92b
4 zmienionych plików z 5 dodań i 5 usunięć
  1. 1 1
      bindings/d/types.d
  2. 1 1
      include/bgfx/defines.h
  3. 1 1
      scripts/bgfx.idl
  4. 2 2
      src/version.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 = 116;
+enum uint BGFX_API_VERSION = 117;
 
 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(116)
+#define BGFX_API_VERSION UINT32_C(117)
 
 /**
  * Color RGB/alpha/depth write. When it's not specified write will be disabled.

+ 1 - 1
scripts/bgfx.idl

@@ -1,7 +1,7 @@
 -- vim: syntax=lua
 -- bgfx interface
 
-version(116)
+version(117)
 
 typedef "bool"
 typedef "char"

+ 2 - 2
src/version.h

@@ -9,5 +9,5 @@
  *
  */
 
-#define BGFX_REV_NUMBER 8293
-#define BGFX_REV_SHA1   "ba467be0364f35610c43f43381dd26dd25db1891"
+#define BGFX_REV_NUMBER 8299
+#define BGFX_REV_SHA1   "f1f77a6cd386a3c47cb4407b7edf6b3a7028e4e4"