Fix OpenGL3 driver to compile standalone

also test this configuration in CI
This commit is contained in:
sfan5
2023-04-06 12:07:53 +02:00
父節點 e850bd102a
當前提交 ca5f005b74
共有 8 個文件被更改,包括 6 次插入20 次删除

查看文件

@@ -6,8 +6,6 @@
#define __C_OGLCORE_RENDER_TARGET_H_INCLUDED__
#if defined(_IRR_COMPILE_WITH_OPENGL_) || defined(_IRR_COMPILE_WITH_OGLES1_) || defined(_IRR_COMPILE_WITH_OGLES2_)
#include "IRenderTarget.h"
#ifndef GL_FRAMEBUFFER_INCOMPLETE_FORMATS
@@ -400,4 +398,3 @@ protected:
}
#endif
#endif