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.bgfx.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.bgfx.h')
-rw-r--r-- | 3rdparty/bgfx/scripts/temp.bgfx.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/3rdparty/bgfx/scripts/temp.bgfx.h b/3rdparty/bgfx/scripts/temp.bgfx.h index e1dde4ccf6b..736845cf6aa 100644 --- a/3rdparty/bgfx/scripts/temp.bgfx.h +++ b/3rdparty/bgfx/scripts/temp.bgfx.h @@ -1,13 +1,14 @@ /* * Copyright 2011-2019 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE - * - * vim: set tabstop=4 expandtab: + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ /* * - * AUTO GENERATED! DO NOT EDIT! ( source : $source ) + * 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 * */ |