Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not work though

This commit is contained in:
Juan Linietsky 2017-02-22 19:14:21 -03:00
parent 2c88f4d4b5
commit ffcd954211
11 changed files with 58 additions and 33 deletions

View file

@ -28,7 +28,7 @@
/*************************************************************************/
#ifndef AUDIO_SERVER_JAVASCRIPT_H
#define AUDIO_SERVER_JAVASCRIPT_H
#if 0
#include "servers/audio_server.h"
class AudioServerJavascript : public AudioServer {
@ -223,3 +223,4 @@ public:
};
#endif // AUDIO_SERVER_JAVASCRIPT_H
#endif