We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2994e69 commit 337ec6bCopy full SHA for 337ec6b
lib/libimhex/source/ui/imgui_imhex_extensions.cpp
@@ -84,7 +84,6 @@ namespace ImGuiExt {
84
return texture;
85
86
if (!isOpenGLExtensionSupported("GL_ARB_texture_multisample")) {
87
- hex::log::error("Platform does not support texture multisample! Bailing out!");
88
89
}
90
@@ -111,7 +110,7 @@ namespace ImGuiExt {
111
110
112
// Check framebuffer status
113
if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) {
114
- hex::log::error("Platform claim to support texture multisample but the API is failing! Bailing out!");
+ hex::log::error("Driver claims to support texture multisampling but it's not working");
115
116
117
0 commit comments