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;