Hi! Thanks for all of the hard work!
I am having an issue when version 2.0.3 is injected with a very basic example. Note that this error doesn't pop up when running in a browser that doesn't require polyfilling.
Here is the error message:
WebGL warning: bindFramebuffer: Object 'fb' is already deleted.
This originates with my call to this.gl.bindFramebuffer(); and seems to be triggered at the self.realBindFramebuffer.call() calls in both CardboardDistorter.prototype.submitFrame and CardboardDistorter.prototype.patch.
I am using the default config for the polyfill. Any help would be greatly appreciated!
Hi! Thanks for all of the hard work!
I am having an issue when version 2.0.3 is injected with a very basic example. Note that this error doesn't pop up when running in a browser that doesn't require polyfilling.
Here is the error message:
WebGL warning: bindFramebuffer: Object 'fb' is already deleted.This originates with my call to
this.gl.bindFramebuffer();and seems to be triggered at theself.realBindFramebuffer.call()calls in bothCardboardDistorter.prototype.submitFrameandCardboardDistorter.prototype.patch.I am using the default config for the polyfill. Any help would be greatly appreciated!