mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Replaced macros with C++17 attributes.
This commit is contained in:
@@ -1635,13 +1635,13 @@ namespace bgfx { namespace d3d11
|
||||
#endif // USE_D3D11_DYNAMIC_LIB
|
||||
|
||||
m_dxgi.shutdown();
|
||||
BX_FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
#if USE_D3D11_DYNAMIC_LIB
|
||||
case ErrorState::LoadedD3D11:
|
||||
bx::dlclose(m_d3d11Dll);
|
||||
m_d3d11Dll = NULL;
|
||||
BX_FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
#endif // USE_D3D11_DYNAMIC_LIB
|
||||
|
||||
case ErrorState::Default:
|
||||
|
||||
Reference in New Issue
Block a user