| commit | d574be5750035e144ccea36770d6840cf532cc87 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Tue Jun 07 15:57:35 2022 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 07 15:57:35 2022 +0000 |
| tree | 2c278c840112c281172b75d9f1ce3d460983f674 | |
| parent | 3f1a93291b32f7ff9d3a51b52089939238c5cf49 [diff] [blame] |
Convert @stage to short form This CL converts remaining @stage instances in the dawn tree to use the equivalent shorter variant. Bug: tint:1503 Change-Id: I74594cd68544fbd692f77d4646991d9c27e218f8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92484 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
diff --git a/docs/tint/spirv-input-output-variables.md b/docs/tint/spirv-input-output-variables.md index 0f149e0..0ba4ae4 100644 --- a/docs/tint/spirv-input-output-variables.md +++ b/docs/tint/spirv-input-output-variables.md
@@ -94,7 +94,7 @@ return; } - @stage(fragment) + @fragment fn main() -> void { bar_(); return; @@ -126,7 +126,7 @@ @location(0) frag_color : vec4<f32>; }; - @stage(fragment) + @fragment fn main( // 'in' variables are entry point parameters