Xilefian submitted a new resource:
WebGL BufferData Error fix - Fixes "WebGL: INVALID_VALUE: bufferData: size == 0" console log error
WebGL BufferData Error fix - Fixes "WebGL: INVALID_VALUE: bufferData: size == 0" console log error
Read more about this resource...Fixes the error as described by Companion Wolf here.
This will override the WebGL core method for buffer uploads. Will not affect canvas rendering in any way.
Very minimal, so performance impact should be near zero and because it overrides Pixi.js it should still work after the MV developers update 1.3 to fix this error (although by then you should remove this Plugin).
Activate simply by adding the Plugin. Should work...