Skip to content

Commit

Permalink
Make WGPUSupportedFeatures non-extensible
Browse files Browse the repository at this point in the history
This was the original intent:
webgpu-native#252 (comment)
I just did it wrong in my PR (webgpu-native#348).
  • Loading branch information
kainino0x committed Oct 28, 2024
1 parent 6f549cc commit b16bdd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ structs:
- name: supported_features
doc: |
TODO
type: base_out
type: standalone
free_members: true
members:
- name: features
Expand Down Expand Up @@ -3212,7 +3212,6 @@ objects:
Return @ref WGPUStatus_Error (and leaves `features` uninitialized) if:
- `features` has an invalid struct chain.
type: enum.status
args:
- name: features
doc: |
Expand Down Expand Up @@ -3918,7 +3917,6 @@ objects:
Return @ref WGPUStatus_Error (and leaves `features` uninitialized) if:
- `features` has an invalid struct chain.
type: enum.status
args:
- name: features
doc: |
Expand Down

0 comments on commit b16bdd0

Please sign in to comment.