1
0

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
parent e850bd102a
commit ca5f005b74
8 changed files with 6 additions and 20 deletions

View File

@@ -6,8 +6,6 @@
#define __C_OGLCORE_TEXTURE_H_INCLUDED__
#if defined(_IRR_COMPILE_WITH_OPENGL_) || defined(_IRR_COMPILE_WITH_OGLES1_) || defined(_IRR_COMPILE_WITH_OGLES2_)
#include "irrArray.h"
#include "SMaterialLayer.h"
#include "ITexture.h"
@@ -666,4 +664,3 @@ protected:
}
#endif
#endif