Updated API version.
This commit is contained in:
parent
f1f77a6cd3
commit
e4be44e92b
@ -18,7 +18,7 @@ enum expandEnum(EnumType, string fqnEnumType = EnumType.stringof) = (){
|
|||||||
|
|
||||||
extern(C) @nogc nothrow:
|
extern(C) @nogc nothrow:
|
||||||
|
|
||||||
enum uint BGFX_API_VERSION = 116;
|
enum uint BGFX_API_VERSION = 117;
|
||||||
|
|
||||||
alias bgfx_view_id_t = ushort;
|
alias bgfx_view_id_t = ushort;
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#ifndef BGFX_DEFINES_H_HEADER_GUARD
|
#ifndef BGFX_DEFINES_H_HEADER_GUARD
|
||||||
#define 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.
|
* Color RGB/alpha/depth write. When it's not specified write will be disabled.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-- vim: syntax=lua
|
-- vim: syntax=lua
|
||||||
-- bgfx interface
|
-- bgfx interface
|
||||||
|
|
||||||
version(116)
|
version(117)
|
||||||
|
|
||||||
typedef "bool"
|
typedef "bool"
|
||||||
typedef "char"
|
typedef "char"
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BGFX_REV_NUMBER 8293
|
#define BGFX_REV_NUMBER 8299
|
||||||
#define BGFX_REV_SHA1 "ba467be0364f35610c43f43381dd26dd25db1891"
|
#define BGFX_REV_SHA1 "f1f77a6cd386a3c47cb4407b7edf6b3a7028e4e4"
|
||||||
|
Loading…
Reference in New Issue
Block a user