You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now to clear the stencil or depth buffer it is necessary to do a hack like drawing a full-screen quad. It would be useful (and presumably more efficient) to have something like some special Entity values WebGL.clearDepthBuffer and WebGL.clearStencilBuffer that would end up simply calling gl.clearDepth() or gl.clearStencil() when drawn.
The text was updated successfully, but these errors were encountered:
Right now to clear the stencil or depth buffer it is necessary to do a hack like drawing a full-screen quad. It would be useful (and presumably more efficient) to have something like some special
Entity
valuesWebGL.clearDepthBuffer
andWebGL.clearStencilBuffer
that would end up simply callinggl.clearDepth()
orgl.clearStencil()
when drawn.The text was updated successfully, but these errors were encountered: