Merge pull request #60643 from clayjohn/GLES3-3D

This commit is contained in:
Rémi Verschelde 2022-05-12 21:08:02 +02:00 committed by GitHub
commit ff30a09993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 3574 additions and 2320 deletions

View file

@ -131,6 +131,7 @@ public:
static void make_current() {
_create_func = _create_current;
low_end = false;
}
static RendererCompositorRD *singleton;