Browse Source

Updated API version.

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

+ 1 - 1
bindings/d/types.d

@@ -10,7 +10,7 @@ public import core.stdc.stdarg : va_list;
 
 extern(C) @nogc nothrow:
 
-enum uint BGFX_API_VERSION = 101;
+enum uint BGFX_API_VERSION = 102;
 
 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(101)
+#define BGFX_API_VERSION UINT32_C(102)
 
 /**
  * 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(101)
+version(102)
 
 typedef "bool"
 typedef "char"