Skip to content

textRenderingMsdf is broken #555

@greggman

Description

@greggman

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?

  1. make it require core
  2. use dpdx, dpdy, and fwidth instead of the fine versions
  3. choose fine versions on core and non-fine on compat
  4. ???

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions