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

@ -27,7 +27,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "audio_server_javascript.h"
#if 0
#include "emscripten.h"
AudioMixer *AudioServerJavascript::get_mixer() {
@ -847,3 +847,4 @@ AudioServerJavascript::AudioServerJavascript() {
stream_volume_scale=1.0;
}
#endif