mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Rename custom_backend example
This commit is contained in:
parent
a48387756c
commit
f109a6966a
@ -14,9 +14,11 @@ be cloned out of the repository to serve as a starting point for your own projec
|
||||
|
||||
| Name | Description | Platforms |
|
||||
|--------|-------------|-----------|
|
||||
| [hello compute](standalone/01_hello_compute/) | Simplest example and shows how to run a compute shader on a given set of input data and get the results back. | Native-Only |
|
||||
| [hello window](standalone/02_hello_window/) | Shows how to create a window and render into it. | Native-Only |
|
||||
| [custom backend](standalone/03_custom_backend/) | Shows how to implement and use custom wgpu context | Any |
|
||||
| --- | Introductory Examples | --- |
|
||||
| [1. hello compute](standalone/01_hello_compute/) | Simplest example and shows how to run a compute shader on a given set of input data and get the results back. | Native-Only |
|
||||
| [2. hello window](standalone/02_hello_window/) | Shows how to create a window and render into it. | Native-Only |
|
||||
| --- | Special Examples | --- |
|
||||
| [custom backend](standalone/custom_backend/) | Shows how to implement and use custom wgpu context | All |
|
||||
|
||||
You can also use [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) to easily use these as a basis for your own projects.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user