Replaced macros with C++17 attributes.

This commit is contained in:
Бранимир Караџић
2023-12-02 20:16:56 -08:00
parent 837803454a
commit e9e2e224ee
9 changed files with 90 additions and 90 deletions

View File

@@ -1979,7 +1979,7 @@ namespace bgfx { namespace gl
{
return true;
}
BX_FALLTHROUGH;
[[fallthrough]];
case TextureFormat::RGBA32F:
if (_writeOnly)