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
With the current implementation, an author can't determine if the UA needs access to the depth texture until after the layer is created.
For implementations that don't need access to the depth buffer this may result in the allocation of a depth texture that will never be used.
It would be great if the session could convey that the depth buffer is not needed so it can skip allocating it.