Registry / other / dawn
library20260410.140140vcpkgunverified

Dawn is an open-source and cross-platform implementation of the WebGPU standard.

vcpkg install dawn
INSTALL
IMPORT
SIG · DAWN
D
dawn
othercppv20260410.140140
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dawn/webgpu.h
#include <dawn/webgpu.h>

Create a WebGPU instance using Dawn

#include <dawn/webgpu.h> #include <iostream> int main() { WGPUInstance instance = wgpuCreateInstance(nullptr); if (instance) { std::cout << "WebGPU instance created\n"; wgpuInstanceRelease(instance); } return 0; }
Debug
Known issues
breakingDawn is under active development and the API may change; it requires a Vulkan, Metal, or D3D12 backend.
fix
Ensure a compatible GPU driver is available; check Dawn's release notes for breaking changes.
affects: < 2025
Upgrade
Version history
20260410.140140latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

dawn — pip install dawn · libregistry