Skip to content

Wgpu

A cross-platform, safe, pure-Rust graphics API.

About

wgpu is a cross-platform, safe, pure-rust graphics API. It runs natively on Vulkan, Metal, D3D12, and OpenGL; and on top of WebGL2 and WebGPU on wasm.

The API is based on the WebGPU standard. It serves as the core of the WebGPU integration in Firefox, Servo, and Deno.

See also

  • CubeCL - CUDA, ROCm, WGPU를 위한 Rust 기반 GPU 커널

Favorite site