We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
viewportDepthTexture
viewportDepthTexture doesn't work in a non-postprocess setup with antialiasing on both WebGPU and WebGL backends.
WebGPU
WebGL
https://jsfiddle.net/chaz18up/2/:
WebGPU: WebGL:
r164
The text was updated successfully, but these errors were encountered:
#30422 actually fixed this issue for the WebGL backend. The WebGPU backend works since r172. 🎉
r172
https://jsfiddle.net/3sv54urc/2/
Sorry, something went wrong.
sunag
No branches or pull requests
Description
viewportDepthTexture
doesn't work in a non-postprocess setup with antialiasing on bothWebGPU
andWebGL
backends.https://jsfiddle.net/chaz18up/2/:
Errors:
WebGPU:
WebGL:
Version
r164
The text was updated successfully, but these errors were encountered: