Commit e74741d
authored
Add TRANSIENT_ATTACHMENT GPUTextureUsage (#199)
This PR adds the `TRANSIENT_ATTACHMENT` GPUTextureUsage added to the
spec in gpuweb/gpuweb#54501 parent bf308cc commit e74741d
3 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3420 | 3420 | | |
3421 | 3421 | | |
3422 | 3422 | | |
| 3423 | + | |
3423 | 3424 | | |
3424 | 3425 | | |
3425 | 3426 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3096 | 3096 | | |
3097 | 3097 | | |
3098 | 3098 | | |
| 3099 | + | |
3099 | 3100 | | |
3100 | 3101 | | |
3101 | 3102 | | |
- .github/workflows/build-validate-publish.yml+5-1
- .github/workflows/preview-pull-request.yml+1-1
- .github/workflows/publish-TR-webgpu.yml+1-1
- .github/workflows/publish-TR-wgsl.yml+1-1
- design/AdapterIdentifiers.md+5-5
- design/ErrorHandling.md+1-1
- design/Pipelines.md+1-1
- proposals/README.md+52-2
- proposals/atomic-64-min-max.md+6-9
- proposals/bindless.md+254-133
- proposals/buffer-view.md+2-2
- proposals/compatibility-mode.md+6-1
- proposals/explicit_bindgroup_layout_parameters.md+5-6
- proposals/fragment-depth.md+3-5
- proposals/immediate-data.md+4-5
- proposals/pipeline-statistics-query.md+4-5
- proposals/primitive-index.md+6-2
- proposals/sized-binding-arrays.md+3-6
- proposals/subgroup-id.md+3-4
- proposals/subgroup-matrix.md+7-9
- proposals/subgroups.md+7-11
- proposals/texel-buffers.md+3-5
- proposals/texture-component-swizzle.md+3-4
- proposals/timestamp-query-inside-passes.md+4-5
- proposals/transient-attachments.md+11-6
- spec/index.bs+67-31
- tools/custom-action/dependency-versions.sh+1
- tools/install-dependencies.sh+1-1
- tools/proposals-index.py+146
- wgsl/index.bs+125-51
- wgsl/tools/analyze/Grammar.py+8-8
- wgsl/tools/extract-grammar.py+1-1
- wgsl/tools/generate-reserved-words.py+5-5
- wgsl/tools/wgsl_unit_tests_template.py+5-5
- wgsl/wgsl_spec_style_guide.md+1-1
0 commit comments