JCPalmer Posted September 14, 2016 Share Posted September 14, 2016 Firefox is reporting an error in engine._canRenderToTextureOfType, here. The message is: Quote Error: WebGL: drawArrays: Drawing to a destination rect smaller than the viewport rect. (This warning will only be given once) Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 14, 2016 Share Posted September 14, 2016 Ping @Sebavan Quote Link to comment Share on other sites More sharing options...
Sebavan Posted September 15, 2016 Share Posted September 15, 2016 Hello, I double check and basically this error indicates us we can not use render to full float texture. Due to issue for browsers to report this capabilities, we need to manually probe and unfortunately it generates a warning when it fails... but we record this in the BJS caps so all the code after can deal with it nicely. It also use a separate context to ensure not using a broken one later in the code. Damn Browser bug: http://stackoverflow.com/questions/28827511/webgl-ios-render-to-floating-point-texture Hope this helps, CU. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.