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