WebGPU C++ WASM - Hello triangle

Contact

Ondrej Strnad

Description

This sample combines several technologies. The goal was to have a C++ triangle rendering code using WebGPU that can be compiled both for desktop (using the Dawn library) and web (using WebAssembly and its WebGPU support).

Sources