mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
wgpu: fix link in doc.odin
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
A cross-platform (and WASM) GPU API.
|
A cross-platform (and WASM) GPU API.
|
||||||
|
|
||||||
WASM support is achieved by providing wrappers around the browser native WebGPU API
|
WASM support is achieved by providing wrappers around the browser native WebGPU API
|
||||||
that are called instead of the [wgpu-native](https://github.com/gfx-rs/wgpu-native) library,
|
that are called instead of the [[wgpu-native; https://github.com/gfx-rs/wgpu-native]] library,
|
||||||
the wgpu-native library provides support for all other targets.
|
the wgpu-native library provides support for all other targets.
|
||||||
|
|
||||||
**Examples**
|
**Examples**
|
||||||
|
|||||||
Reference in New Issue
Block a user