Skip to content

Latest commit

 

History

History
 
 

wgsl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

WebGPU Shading Language Specification

Generating the specification

The specification is written using Bikeshed.

If you have bikeshed installed locally, you can generate the specification with:

make

This simply runs bikeshed on the index.bs file.

Otherwise, you can use the bikeshed Web API:

make online