switch renderer to GLES

This commit is contained in:
vaxerski
2022-03-24 16:07:01 +01:00
parent 14d387ea14
commit dcd8b49c43
2 changed files with 4 additions and 2 deletions

View File

@@ -74,12 +74,14 @@ extern "C" {
#include <wlr/util/region.h>
#include <xkbcommon/xkbcommon.h>
#include <X11/Xproto.h>
#include <wlr/render/gles2.h>
}
#undef class
#undef namespace
#undef static
#endif
#include <GLES3/gl32.h>
#include "helpers/Vector2D.hpp"