Skip to content

Commit

Permalink
Updated IDL bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Sep 18, 2022
1 parent 0ac00d9 commit 6be057b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/d/types.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion include/bgfx/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6be057b

Please sign in to comment.