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
Chrome shipped with a bug where it allowed sampling depth textures with linear filting even though the spec said this is not allowed. They recently added a deprecation warning. You can see this warning by using Chrome Canary 132.0.6830.0 (Nov 10th) or newer.
Several of the WebGPU samples will trigger the deprecation warning. Eventually Chrome will remove support (probably not for several months). Firefox and Safari, when they do actually ship WebGPU, will likely follow the spec and correctly not support this.
Using a TextureType::Depth with SamplerType::Filtering is deprecated.TextureType::Depth can only be used with SamplerType::NonFiltering or SamplerType::Comparison.
Description
Chrome shipped with a bug where it allowed sampling depth textures with linear filting even though the spec said this is not allowed. They recently added a deprecation warning. You can see this warning by using Chrome Canary 132.0.6830.0 (Nov 10th) or newer.
Several of the WebGPU samples will trigger the deprecation warning. Eventually Chrome will remove support (probably not for several months). Firefox and Safari, when they do actually ship WebGPU, will likely follow the spec and correctly not support this.
Reproduction steps
See ths warning:
Code
n/a ---------------
Live example
https://threejs.org/examples/?q=webgpu#webgpu_backdrop
Screenshots
No response
Version
r170
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: