You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #7689 from eska014/webgl2
Enable WebGL2 in web export, start fixing build
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
#include "os/os.h"
|
||||
#include "rasterizer_canvas_gles3.h"
|
||||
|
||||
#ifdef IPHONE_ENABLED
|
||||
// for some reason glClearDepth seems to have been removed in iOS ES3.h
|
||||
#ifndef GLES_OVER_GL
|
||||
#define glClearDepth glClearDepthf
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user