Skip to content

Commit 6be057b

Browse files
committed
Updated IDL bindings.
1 parent 0ac00d9 commit 6be057b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/d/types.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enum expandEnum(EnumType, string fqnEnumType = EnumType.stringof) = (){
1818

1919
extern(C) @nogc nothrow:
2020

21-
enum uint BGFX_API_VERSION = 115;
21+
enum uint BGFX_API_VERSION = 116;
2222

2323
alias bgfx_view_id_t = ushort;
2424

include/bgfx/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifndef BGFX_DEFINES_H_HEADER_GUARD
1616
#define BGFX_DEFINES_H_HEADER_GUARD
1717

18-
#define BGFX_API_VERSION UINT32_C(115)
18+
#define BGFX_API_VERSION UINT32_C(116)
1919

2020
/**
2121
* Color RGB/alpha/depth write. When it's not specified write will be disabled.

0 commit comments

Comments
 (0)