diff options
author | 2019-11-13 04:08:23 +0100 | |
---|---|---|
committer | 2019-11-12 22:08:23 -0500 | |
commit | 0c70101b74db61f883fdd7907a4975ffff735044 (patch) | |
tree | 067ae1c831088d6853b6f443e5a05a4c5d8cd7aa /3rdparty/bgfx/scripts/temp.defines.h | |
parent | c089bea7011de9ca78f43979d902978a113d33e2 (diff) |
Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix transposition properly (#5875)
* Sync bgfx with upstream revision 280420d
* Sync bx with upstream revision 267727d
* Sync bimg with upstream revision c1bab10
* Use bgfx helper functions to ensure correct matrix orientation
* Rebuild hlsl chain
Diffstat (limited to '3rdparty/bgfx/scripts/temp.defines.h')
-rw-r--r-- | 3rdparty/bgfx/scripts/temp.defines.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/bgfx/scripts/temp.defines.h b/3rdparty/bgfx/scripts/temp.defines.h index 4437bfa7894..6806ed8409f 100644 --- a/3rdparty/bgfx/scripts/temp.defines.h +++ b/3rdparty/bgfx/scripts/temp.defines.h @@ -3,6 +3,15 @@ * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ +/* + * + * AUTO GENERATED FROM IDL! DO NOT EDIT! (source : $source) + * + * More info about IDL: + * https://gist.github.com/bkaradzic/05a1c86a6dd57bf86e2d828878e88dc2#bgfx-is-switching-to-idl-to-generate-api + * + */ + #ifndef BGFX_DEFINES_H_HEADER_GUARD #define BGFX_DEFINES_H_HEADER_GUARD |