Skip to content

Instantly share code, notes, and snippets.

@nickav
nickav / glfw_webgpu.c
Last active February 6, 2025 15:39 — forked from mmozeiko/win32_webgpu.c
setting up and using WebGPU in C using Dawn and GLFW
//
// NOTE(nick):
//
// 1. Get Dawn:
//
// on Windows get a prebuilt copy of dawn from: https://github.com/mmozeiko/build-dawn
//
// on MacOS build from source with:
// git clone https://github.com/google/dawn
// cd dawn