From 331b6caf7e64631e558cf7192c1bee0e96659bea Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 16 Mar 2020 12:08:09 -0700 Subject: Moved filtering functions to new FilterintTools.hpp. Added FilterTexture2DBilinear function. --- Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp b/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp index 754902d0..978a810f 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp @@ -126,8 +126,8 @@ GLContext::GLContext(const EngineGLCreateInfo& InitAttribs, DeviceCaps& deviceCa } else { - LOG_WARNING_MESSAGE("Unsupported color buffer format ", GetTextureFormatAttribs(ColorFmt).Name, ". " - "OpenGL only supports 32-bit UNORM color buffer formats."); + LOG_WARNING_MESSAGE("Unsupported color buffer format ", GetTextureFormatAttribs(ColorFmt).Name, + ". OpenGL only supports 32-bit UNORM color buffer formats."); pfd.cColorBits = 32; } -- cgit v1.2.3