diff options
Diffstat (limited to '3rdparty/bgfx/src/image.h')
-rw-r--r-- | 3rdparty/bgfx/src/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/image.h b/3rdparty/bgfx/src/image.h index ec7105e46cb..ab0efa0cdd7 100644 --- a/3rdparty/bgfx/src/image.h +++ b/3rdparty/bgfx/src/image.h @@ -23,6 +23,7 @@ namespace bgfx bool m_hasAlpha; bool m_cubeMap; bool m_ktx; + bool m_srgb; }; struct ImageMip |