OpenGL (FreeBSD): remove possible error messages

This commit is contained in:
Carter
2023-06-15 13:12:10 +00:00
parent 9c66732593
commit 0685c7afd6
+3
View File
@@ -30,6 +30,8 @@ static const char* glHandleResult(FFOpenGLResult* result, const GLData* data)
#endif // FF_HAVE_GL
#ifdef FF_HAVE_EGL
#include "common/io/io.h"
#include <EGL/egl.h>
typedef struct EGLData
@@ -133,6 +135,7 @@ static const char* eglPrint(FFinstance* instance, FFOpenGLResult* result)
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglDestroySurface);
FF_LIBRARY_LOAD_SYMBOL_VAR_MESSAGE(egl, eglData, eglTerminate);
FF_SUPPRESS_IO();
return eglHandleData(result, &eglData);
}