From 1c0f234d3ac9b2839ae762ec8961732e80479f5f Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Tue, 20 Jul 2021 11:29:13 -0500 Subject: [PATCH] adress #510 - missing GFXFormatR11G11B10 macrohook --- Engine/source/gfx/gfxStringEnumTranslate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/gfx/gfxStringEnumTranslate.cpp b/Engine/source/gfx/gfxStringEnumTranslate.cpp index 93f1c25cf..fd8a3c11a 100644 --- a/Engine/source/gfx/gfxStringEnumTranslate.cpp +++ b/Engine/source/gfx/gfxStringEnumTranslate.cpp @@ -131,6 +131,7 @@ void GFXStringEnumTranslate::init() GFX_STRING_ASSIGN_MACRO( GFXStringTextureFormat, GFXFormatR16F ); GFX_STRING_ASSIGN_MACRO( GFXStringTextureFormat, GFXFormatR16G16F ); GFX_STRING_ASSIGN_MACRO( GFXStringTextureFormat, GFXFormatR10G10B10A2 ); + GFX_STRING_ASSIGN_MACRO( GFXStringTextureFormat, GFXFormatR11G11B10); GFX_STRING_ASSIGN_MACRO( GFXStringTextureFormat, GFXFormatR8G8B8_SRGB ); GFX_STRING_ASSIGN_MACRO( GFXStringTextureFormat, GFXFormatR8G8B8A8_LINEAR_FORCE );