Updated API version.

This commit is contained in:
Бранимир Караџић 2022-09-18 19:11:58 -07:00
parent f1f77a6cd3
commit e4be44e92b
4 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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.

View File

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

View File

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