Jump to content

DEPTH_STENCIL in Firefox


FriedricH
 Share

Recommended Posts

Hi. I'm trying to reuse Depthy code (http://depthy.me) in my own project. And depthy uses pixi.js for 3d-rendering.

 

When I start the renderer i have this error in Firefox:

 

WebGL: renderbufferStorage generated error INVALID_ENUM

 

which concerns that piece of code in PIXI:

 

13390: gl.renderbufferStorage(gl.RENDERBUFFER, gl.DEPTH_STENCIL, width , height );  

 

Seems like Firefox doesn't support DEPTH_STENCIL format though even IE supports it. How can I fix it? I'm complete noob in 3D so I understand only basic principles :)

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...