get wgpu-d
0.3.1
wgpu-d API Reference
D bindings to wgpu-native as an idiomatic D wrapper around the library.
Targets wgpu-native v0.17.0.2.
Usage
"dependencies": {
"wgpu-d": "0.3.1"
}
Examples
You can try the examples before installing:
Headless
dub run wgpu-d:headless
Triangle
dub run wgpu-d:triangle
Cube
dub run wgpu-d:cube
Modules
| Module | Description |
|---|---|
| wgpu.api | An idiomatic D wrapper for wgpu-native. |
| wgpu.enums | |
| wgpu.limits | Utilities to help manage GPU limitations. |
| wgpu.utils | Utility structures and functions. |