Skip to content
Draft
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 @@ -1352,6 +1352,7 @@ static const WGPUTextureUsage WGPUTextureUsage_CopyDst = 0x0000000000000002;
static const WGPUTextureUsage WGPUTextureUsage_TextureBinding = 0x0000000000000004;
static const WGPUTextureUsage WGPUTextureUsage_StorageBinding = 0x0000000000000008;
static const WGPUTextureUsage WGPUTextureUsage_RenderAttachment = 0x0000000000000010;
static const WGPUTextureUsage WGPUTextureUsage_TransientAttachment = 0x0000000000000020;

/** @} */

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 @@ -1625,6 +1625,9 @@ bitflags:
- name: render_attachment
doc: |
TODO
- name: transient_attachment
doc: |
TODO
structs:
- name: adapter_info
doc: |
Expand Down