Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions webgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ typedef enum WGPUWGSLLanguageFeatureName {
WGPUWGSLLanguageFeatureName_PointerCompositeAccess = 0x00000004,
WGPUWGSLLanguageFeatureName_UniformBufferStandardLayout = 0x00000005,
WGPUWGSLLanguageFeatureName_SubgroupId = 0x00000006,
WGPUWGSLLanguageFeatureName_SubgroupUniformity = 0x00000007,
WGPUWGSLLanguageFeatureName_Force32 = 0x7FFFFFFF
} WGPUWGSLLanguageFeatureName WGPU_ENUM_ATTRIBUTE;

Expand Down
4 changes: 4 additions & 0 deletions webgpu.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,9 @@ enums:
- name: subgroup_id
doc: |
TODO
- name: subgroup_uniformity
doc: |
TODO
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit drive by. Any reason to omit the docs for new stuff like this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least for now I want to continue only documenting native-specific stuff in this repo. I know everything says TODO but I don't actually want to write duplicate documentation for everything that's already documented in the JS API spec.

I'd like to add pointers to the JS spec to webgpu.yml and remove (almost?) all of the TODOs but it's a bunch of work. #473

bitflags:
- name: buffer_usage
doc: |
Expand Down