-Lightmap and lightmap capture support for GLES2

-Added hint to not show some properties when running on low end gfx
This commit is contained in:
Juan Linietsky
2018-09-28 20:32:40 -03:00
parent 4db2db2d6b
commit c83742ba86
19 changed files with 295 additions and 59 deletions
+2
View File
@@ -66,6 +66,8 @@ public:
static void make_current();
static void register_config();
virtual bool is_low_end() const { return false; }
RasterizerGLES3();
~RasterizerGLES3();
};