Skip to main content

webgpu-specs

Download WebGPU and WGSL specifications for use as a reference

跳到安装

来源信息

仓库
gfx-rs/wgpu
最近来源活动
2026年9月18日 15:06
检测到的 SKILL.md 语言
英语
星标
18,083
分支
1,452

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
webgpu-specs
description
Download WebGPU and WGSL specifications for use as a reference
allowed-tools
Bash(sh .agents/skills/webgpu-specs/download.sh)
Run `sh .agents/skills/webgpu-specs/download.sh` to download the WebGPU and WGSL specifications if they are not present or if they have been updated. You do not need to change directory before running the script. After the specs are downloaded, you can search in `target/claude/webgpu-spec.bs` and `target/claude/wgsl-spec.bs` for relevant sections of the specification. When referencing the specifications, prefer to use named anchors rather than line numbers. For example, to reference the "Object Descriptors" section, which has the following header: ``` ### Object Descriptors ### {#object-descriptors} ``` Use the URL <https://gpuweb.github.io/gpuweb/#object-descriptors> so the user can click to navigate directly to that section. For the WGSL specification, the base URL is <https://gpuweb.github.io/gpuweb/wgsl/>. If necessary, read additional content from the file to find the header preceding the text you want to reference. You may provide line numbers as additional context, but always make every effort to provide the user with a clickable link.
在 GitHub 查看