Updated API version.

This commit is contained in:
Бранимир Караџић
2019-10-31 07:31:09 -07:00
parent c7950c6db3
commit 4eb5a125c6
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ public import core.stdc.stdarg : va_list;
extern(C) @nogc nothrow:
enum uint BGFX_API_VERSION = 101;
enum uint BGFX_API_VERSION = 102;
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(101)
#define BGFX_API_VERSION UINT32_C(102)
/**
* Color RGB/alpha/depth write. When it's not specified write will be disabled.

View File

@@ -1,7 +1,7 @@
-- vim: syntax=lua
-- bgfx interface
version(101)
version(102)
typedef "bool"
typedef "char"