Skip to content

linuxing3/LearnWebGPU-Code

Repository files navigation

LearnWebGPU - Code

This repository contains the reference code base accompanying the Learn WebGPU web book.

Branch step105: This corresponds to the code at the end of the page Specular.

Building

cmake . -B build
cmake --build build

Then run either ./build/App (linux/macOS/MinGW) or build\Debug\App.exe (MSVC).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages