Add readonly storage buffer example on render pipeline
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 45/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- typescript
調査の方向性
Start by reviewing the existing render pipeline samples and their vertex-shader WGSL code to find the appropriate example entry point. Add a sample covering the readonly storage-buffer use case shown in the issue, then verify that it renders correctly and matches the behavior of the GLSL example.
索引モデルが issue の本文から書いたものです。
説明
Currently no WGSL samples covers this GLSL use case in vertex shader:
layout(std430, set = 0, binding = 0) readonly buffer myBuffer {
float numbers[];
} myBuffer;
- 主要言語
- TypeScript
- スター
- 2.2k
- フォーク
- 357
- 平均マージ
- 18時間 40分
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
webgpu/webgpu-samples のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
webgpu/webgpu-samples#571 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
webgpu/webgpu-samples#564 · コメント 2 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
webgpu/webgpu-samples#560 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
webgpu/webgpu-samples#559 · コメント 3 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
webgpu/webgpu-samples#542 · コメント 9 件 ·
webgpu/webgpu-samples の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
vercel-labs/just-bash#464 ·
-
looksLikeSlug() is ASCII-only, so non-Latin entity slugs (e.g. Korean) skip exact match and collapse オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
TanStack/tanstack.com#1293 ·