Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

WebGPU Shading Language

< >

WebGPU Shading Language is a programming language created in 2020.

#4637on PLDB 4Years Old


Example from the web:
[[location 0]] var<out> gl_FragColor : vec4<f32>; fn main() -> void { gl_FragColor = vec4<f32>(0.4, 0.4, 0.8, 1.0); return; } entry_point fragment = main;

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io