fixed blur rendering, stencil and gles3

This commit is contained in:
vaxerski
2022-04-11 16:39:48 +02:00
parent 0f9850fafc
commit b56343133d
6 changed files with 66 additions and 31 deletions

View File

@@ -85,6 +85,6 @@ extern "C" {
#endif
#include <GLES3/gl32.h>
#include <GLES2/gl2ext.h>
#include <GLES3/gl3ext.h>
#include "helpers/Vector2D.hpp"