mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated API version.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-- vim: syntax=lua
|
||||
-- bgfx interface
|
||||
|
||||
version(101)
|
||||
version(102)
|
||||
|
||||
typedef "bool"
|
||||
typedef "char"
|
||||
|
||||
Reference in New Issue
Block a user