mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-03 08:58:24 +00: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