Replies: 1 comment
-
I'm cancelling this. I apologize. I seem to have a bad merge. The code that deals with clip-distances seems to have disappeared from my pull. Not sure what happened. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out if there is a build step I'm missing. I've just downloaded the sources to 16.0 directly from github, and they are failing to run.
The problem is that enums.py contains the line:
but there is no corresponding definition of
FeatureName.clip-distances
in backends/wgpu_native/_mappings.py. There is code in_create_adapter
(lines 382ff of _api.py) that go throughFeatureName
and looks up each key in the other mapping so it can determine if that feature exists.Am I skipping a step?
Beta Was this translation helpful? Give feedback.
All reactions