mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Added blend independent caps debug info.
This commit is contained in:
parent
72aa38a5fa
commit
a3df7a3ac6
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ namespace bgfx
|
|||
CAPS_FLAGS(BGFX_CAPS_INSTANCING),
|
||||
CAPS_FLAGS(BGFX_CAPS_RENDERER_MULTITHREADED),
|
||||
CAPS_FLAGS(BGFX_CAPS_FRAGMENT_DEPTH),
|
||||
CAPS_FLAGS(BGFX_CAPS_BLEND_INDEPENDENT),
|
||||
#undef CAPS_FLAGS
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue