mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Replaced macros with C++17 attributes.
This commit is contained in:
@@ -1979,7 +1979,7 @@ namespace bgfx { namespace gl
|
||||
{
|
||||
return true;
|
||||
}
|
||||
BX_FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
case TextureFormat::RGBA32F:
|
||||
if (_writeOnly)
|
||||
|
||||
Reference in New Issue
Block a user