Skip to content

Commit

Permalink
Clarify WGSL translatability (#21)
Browse files Browse the repository at this point in the history
Fixes #20

* Clarify that WGSL is intended to be translated into the shading
  languages of the system APIs and not directly to machine code
  • Loading branch information
alan-baker authored Oct 4, 2022
1 parent 3ac7f5b commit aec0da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wg-charter.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ <h3>
<dd>
A Shading Language specification that defines the programmable
interface to the GPU for the Web graphics and computation
pipeline, and that can be translated or compiled into
platform-specific instructions.
pipeline, and that can be translated into the shading languages
of the system APIs WebGPU is implemented upon.
<p class="draft-status"><b>Draft State:</b> Working Draft</p>
<p><b>Adopted Draft:</b> <a href="https://www.w3.org/TR/2022/WD-WGSL-20220831/">31 August 2022</a></p>
<p><b>Exclusion Draft:</b> <a href="https://www.w3.org/TR/2021/WD-WGSL-20210518/">WebGPU Shading Language 18 May 2021</a>;
Expand Down

0 comments on commit aec0da6

Please sign in to comment.