https://webgpu.github.io/webgpu-samples/?sample=textRenderingMsdf gets the following error
GPUPipelineError: fine derivative builtins (dpdxFine, dpdyFine, fwidthFine) can not be used in compatibility mode in stage (Fragment), entry point "fragmentMain"
What's the proper fix?
- make it require core
- use
dpdx, dpdy, and fwidth instead of the fine versions
- choose fine versions on core and non-fine on compat
- ???
https://webgpu.github.io/webgpu-samples/?sample=textRenderingMsdf gets the following error
What's the proper fix?
dpdx,dpdy, andfwidthinstead of the fine versions