Updated IDL bindings.

This commit is contained in:
Бранимир Караџић 2022-09-17 23:01:14 -07:00
parent 0ac00d9545
commit 6be057ba5c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ enum expandEnum(EnumType, string fqnEnumType = EnumType.stringof) = (){
extern(C) @nogc nothrow:
enum uint BGFX_API_VERSION = 115;
enum uint BGFX_API_VERSION = 116;
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(115)
#define BGFX_API_VERSION UINT32_C(116)
/**
* Color RGB/alpha/depth write. When it's not specified write will be disabled.